what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / a.dinesh kumar
error will be occur because a is not in use in output
statement
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Explain the array representation of a binary tree in C.
How can I write a function that takes a format string and a variable number of arguments?
Under what circumstances does a name clash occur?
Explain how can I read and write comma-delimited text?
What is build process in c?
How does sizeof know array size?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is mean by data types in c?
please send me the code for multiplying sparse matrix using c
What is the use of a conditional inclusion statement in C?
What is function pointer c?
Explain threaded binary trees?
What is pragma c?
how to introdu5ce my self in serco
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.