what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / kalyan chukka
Answer is 1 Because it prints how many values taken from
keyboard so it prints 1
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Is a pointer a kind of array?
Explain output of printf("Hello World"-'A'+'B'); ?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How do I get an accurate error status return from system on ms-dos?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are the different file extensions involved when programming in C?
How can I delete a file?
What is the heap in c?
What the different types of arrays in c?
What is character set?
Why is c platform dependent?
What is static function in c?
What are the general description for loop statement and available loop types in c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Explain the difference between structs and unions in c?