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
Differentiate between static and dynamic modeling.
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is hash table in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Explain what is #line used for?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Why n++ execute faster than n+1 ?
How can you find the day of the week given the date?
write a programming in c to find the sum of all elements in an array through function.
What are the primitive data types in c?
Differentiate between new and malloc(), delete and free() ?
Explain how can I convert a string to a number?
Explain what are header files and explain what are its uses in c programming?
What is signed and unsigned?
Explain Function Pointer?