char S;
char S[6]= " HELLO";
printf("%s ",S[6]);
output of the above program ?
(0, ASCII 0, I,unpredictable)
Answer Posted / prasanth
IT`LL SHOW AS MULTIPLE DECLATION FOS S AND WE`LL NOT OBTAIN
THE OUTPUT
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why c is called free form language?
How do you declare a variable that will hold string values?
What is sizeof int?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is the process to create increment and decrement stamen in c?
Write a code to remove duplicates in a string.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is structure in c definition?
What are pointers really good for, anyway?
How is a structure member accessed?
write a c program for swapping two strings using pointer
What is a pointer value and address in c?
What does the error message "DGROUP exceeds 64K" mean?
What does the error 'Null Pointer Assignment' mean and what causes this error?
simple program of graphics and their output display