what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / arti
tihis will return an runtime error as no address is pass in
scanf where value is to assign which we get as user input
through scanf().
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
write a program for the normal snake games find in most of the mobiles.
What is the difference between ++a and a++?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
can we have joblib in a proc ?
What type of function is main ()?
What are linked lists in c?
How arrays can be passed to a user defined function
What is use of bit field?
Implement bit Array in C.
Is c a great language, or what?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What are register variables in c?
What are c preprocessors?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Differentiate between null and void pointers.