char S;
char S[6]= " HELLO";
printf("%s ",S[6]);
output of the above program ?
(0, ASCII 0, I,unpredictable)
Answer Posted / vignesh1988i
unpredictable..............
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How are Structure passing and returning implemented by the complier?
#include
Which of these functions is safer to use : fgets(), gets()? Why?
Difference between exit() and _exit() function?
Why is sizeof () an operator and not a function?
Explain how do you determine a file’s attributes?
What are types of preprocessor in c?
When can a far pointer be used?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
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?
can any one tel me wt is the question pattern for NIC exam
In a header file whether functions are declared or defined?
Can you write the function prototype, definition and mention the other requirements.