char S;
char S[6]= " HELLO";
printf("%s ",S[6]);
output of the above program ?
(0, ASCII 0, I,unpredictable)
Answer Posted / divakar & venkatesh
u will get the following error
conflicting types for 'S'
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
what are bit fields? What is the use of bit fields in a structure declaration?
What is the size of empty structure in c?
Differentiate abs() function from fabs() function.
What is static volatile in c?
What is the value of uninitialized variable in c?
Explain modulus operator.
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Do you know what are bitwise shift operators in c programming?
What is main function in c?
Is there any possibility to create customized header file with c programming language?
What are comments and how do you insert it in a C program?
What is echo in c programming?
How do you construct an increment statement or decrement statement in C?
#include