printf("%d",(printf("Hello")); What it returns?
Answer Posted / bhavesh kashikar
072
| Is This Answer Correct ? | 1 Yes | 19 No |
Post New Answer View All Answers
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is array in C
What is the difference between %d and %i?
What are actual arguments?
Why isn't it being handled properly?
What functions are in conio h?
How would you obtain the current time and difference between two times?
Explain the difference between strcpy() and memcpy() function?
write a program to copy the string using switch case?
differentiate built-in functions and user – defined functions.
What is masking?
What is the use of bit field?
What is break statement?
What happens if header file is included twice?
Does c have circular shift operators?