what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / manjot singh
It will gve a garbage value becoz ch has not value it will
automtically generate value by complier
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does s c mean on snapchat?
What is meant by keywords in c?
What is the difference between array and structure in c?
How can I use a preprocessorif expression to ?
Can include files be nested?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Where are local variables stored in c?
What is the purpose of clrscr () printf () and getch ()?
all c language question
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Write a c program to demonstrate character and string constants?
How do you determine whether to use a stream function or a low-level function?
Can the “if” function be used in comparing strings?
what is event driven software and what is procedural driven software?