explain what is a newline escape sequence?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

post new interiew question and aptitude test papers

1 Answers  


What is the 'named constructor idiom'?

0 Answers  


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


What is c variable?

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


explain what are pointers?

0 Answers  


Write a program to print fibonacci series using recursion?

0 Answers  


How do c compilers work?

0 Answers  


Tell me when would you use a pointer to a function?

0 Answers  


What is data type long in c?

0 Answers  


What is pass by reference in functions?

0 Answers  


Categories