will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);
Answer Posted / girish
it gives the garbage value of that perticular element.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Define C in your own Language.
How many main () function we can have in a project?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
When is a “switch” statement preferable over an “if” statement?
What are the preprocessor categories?
Which is more efficient, a switch statement or an if else chain?
Subtract Two Number Without Using Subtraction Operator
What is c language in simple words?
What are the advantages and disadvantages of c language?
What does the characters “r” and “w” mean when writing programs that will make use of files?
what do the 'c' and 'v' in argc and argv stand for?
Where define directive used?
How can I run c program?
Is there a way to jump out of a function or functions?
Explain what are header files and explain what are its uses in c programming?