Answer Posted / naresh lingampally
`\0' (ascii NUL, which has value zero)
"" no spaces nothing implemented
.
I am confused can any one explain !!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are global variables and explain how do you declare them?
What is the explanation for modular programming?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain built-in function?
When a c file is executed there are many files that are automatically opened what are they files?
Is there a built-in function in C that can be used for sorting data?
What is realloc in c?
When would you use a pointer to a function?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Why main is not a keyword in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
Can the curly brackets { } be used to enclose a single line of code?
C program to find all possible outcomes of a dice?
What is the difference between printf and scanf in c?