what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / uttama
garbage value will be given
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is uint8 in c?
Can we assign string to char pointer?
Who is the main contributor in designing the c language after dennis ritchie?
what is event driven software and what is procedural driven software?
What is the difference between exit() and _exit() function in c?
What is the purpose of type declarations?
What are the types of data files?
What is d scanf?
FILE PROGRAMMING
What is difference between stdio h and conio h?
What is the use of the function in c?
What is the difference between the = symbol and == symbol?
What is size of union in c?
Explain what is the difference between far and near ?
Does free set pointer to null?