explain what is a newline escape sequence?
post new interiew question and aptitude test papers
What is the 'named constructor idiom'?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
What is c variable?
Which is more efficient, a switch statement or an if else chain?
explain what are pointers?
Write a program to print fibonacci series using recursion?
How do c compilers work?
Tell me when would you use a pointer to a function?
What is data type long in c?
What is pass by reference in functions?