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 should be keep precautions while using the recursion method?

1 Answers  


How would you write qsort?

1 Answers  


What is volatile variable in c with example?

0 Answers  


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


code for concatination of 2 strings with out using library functions?

3 Answers  






Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

2 Answers   Excel,


What are the advantages of Macro over function?

1 Answers  


design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.

2 Answers  


Why doesnt the call scanf work?

0 Answers  


HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?

1 Answers   Wipro,


What is an volatile variable?

15 Answers   HP,


Categories