char S;
char S[6]= " HELLO";
printf("%s ",S[6]);
output of the above program ?
(0, ASCII 0, I,unpredictable)
Answer Posted / vrushali
The answer is unpredictable....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is the value of uninitialized variable in c?
How do you define a function?
What are qualifiers and modifiers c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What are enums in c?
When should you not use a type cast?
define string ?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is the significance of an algorithm to C programming?
What is anagram in c?
Explain the difference between #include "..." And #include <...> In c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Why is c so powerful?
write a c program to find the sum of five entered numbers using an array named number