What is the use of a ‘’ character?


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

Post New Answer

More C Interview Questions

struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,


How can I read a directory in a c program?

1 Answers   CSC,


why do we use # in c-language?

1 Answers  


List some basic data types in c?

0 Answers  


write a C program to print the program itself ?!

16 Answers   TCS,






What does *p++ do?

0 Answers  


what are far pointers?

1 Answers  


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


How arrays can be passed to a user defined function

0 Answers  


What is static and volatile in c?

0 Answers  


What is difference between scanf and gets?

0 Answers  


what is the difference between <stdio.h> and "stdio.h"

14 Answers   Invendis, Kanbay, Mastek, MathWorks,


Categories