Saturday, 22 July 2017

Top 100 Networking Interview Questions click here
Basic Networking Interview Questions with answer  click here
Top 500 Java Interview Questions and Answers click here

No comments:

Post a Comment

C-Program to know whether the character is vowel or not

#include<stdio.h> int main() {   char c;   printf("Enter a character to know whether it is vowel or not\n");   scanf("...