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
Define Array of pointers.
Write a program of advanced Fibonacci series.
How do you construct an increment statement or decrement statement in C?
Do pointers take up memory?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Explain can you assign a different address to an array tag?
What does typeof return in c?
How can I write functions that take a variable number of arguments?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is methods in c?
Explain bitwise shift operators?
What is a ternary operator in c?
What are shell structures used for?