How. To pass the entrance test
What is pivot in c?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
regarding pointers concept
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is queue in c?
Why is c called c not d or e?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
What are .h files and what should I put in them?
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
How can you call a function, given its name as a string?
c program for searching a student details among 10 student details
Software Interview Questions