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

Explain what is meant by 'bit masking'?

0 Answers  


Explain the difference between structs and unions in c?

0 Answers  


How Many Header Files in c?

2 Answers   TCS,


int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

10 Answers   Wipro,


What should be keep precautions while using the recursion method?

1 Answers  






Why enum is used in c?

0 Answers  


How arrays can be passed to a user defined function

0 Answers  


Differentiate between ordinary variable and pointer in c.

0 Answers  


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


Why c language?

0 Answers  


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


Program to swap the any two elements in an array containing N number of elements?

1 Answers   Bosch, Glenwood, Ugam Solutions,


Categories