printf("%d",(printf("Hello")); What it returns?
Answer Posted / anonymous
an Error will occur....bcos the function call is missing in
main().
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How is pointer initialized in c?
Write a program to check whether a number is prime or not using c?
What is a structure and why it is used?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
How many types of arrays are there in c?
what is use of malloc and calloc?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How can I run c program?
Why do we write return 0 in c?
What are variables and it what way is it different from constants?
What is action and transformation in spark?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Explain is it valid to address one element beyond the end of an array?
What is a node in c?
Write a code to generate divisors of an integer?