what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / muthu
Garbage value....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by invalid pointer arithmetic?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is selection sort in c?
What are the advantages and disadvantages of a heap?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is a function in c?
What is 1d array in c?
Write a program to reverse a given number in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are header files and explain what are its uses in c programming?
What is a structure and why it is used?
Explain how can a program be made to print the name of a source file where an error occurs?
Ow can I insert or delete a line (or record) in the middle of a file?
What does *p++ do?