printf("%d",(printf("Hello")); What it returns?
Answer Posted / pavithra
error will occur because within a printf statement another
printf statement is present
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
When should a type cast not be used?
Is calloc better than malloc?
What is the difference between array_name and &array_name?
Explain the properties of union.
What is auto keyword in c?
What is the sizeof () a pointer?
What is a #include preprocessor?
explain what are pointers?
Write a program to print fibonacci series using recursion?
What is operator precedence?
Explain what happens if you free a pointer twice?
Describe wild pointers in c?
Write a program to know whether the input number is an armstrong number.
will u please send me the placement papers to my mail???????????????????
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.