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

What is stack in c?

0 Answers  


What is an endless loop?

0 Answers  


Why can't I perform arithmetic on a void* pointer?

0 Answers  


What is a char in c?

0 Answers  


How #define works?

0 Answers  






Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work

2 Answers  


What is oops c?

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  


What is declaration and definition in c?

0 Answers  


What is the importance of c in your views?

0 Answers  


Categories