Answer Posted / guest
Simply it is a string.Bze in C the contents within "" will
treate as strings.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
In which header file is the null macro defined?
What is sizeof c?
When should the const modifier be used?
What is double pointer in c?
What is difference between && and & in c?
Explain the difference between malloc() and calloc() function?
Why pointers are used in c?
Explain about the functions strcat() and strcmp()?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is the scope of an external variable in c?
Why n++ execute faster than n+1 ?
Apart from dennis ritchie who the other person who contributed in design of c language.
What is static memory allocation?
What is a stream in c programming?
Explain union. What are its advantages?