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
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is structure of c program?
How many keywords (reserve words) are in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
By using C language input a date into it and if it is right?
find the sum of two matrices and WAP for it.
Is sizeof a keyword in c?
Without Computer networks, Computers will be half the use. Comment.
Can one function call another?
Is javascript written in c?
How do I convert a string to all upper or lower case?
what is the height of tree if leaf node is at level 3. please explain
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Explain how can I read and write comma-delimited text?