Is there a way to switch on strings?
No Answer is Posted For this Question
Be the First to Post Answer
Is multithreading possible in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
Software Interview Questions
What is key word in c language?
What is the difference between array_name and &array_name?
What are the types of operators in c?
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
Can you write a programmer for FACTORIAL using recursion?
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
write a own function for strstr
What is an example of enumeration?