How to add two numbers without using semicolon at runtime
Answer Posted / myfriend_shankar
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("9+1= %d ",9+1))
{}
}
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Do pointers store the address of value or the actual value of a variable?
Explain what is the benefit of using an enum rather than a #define constant?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is volatile variable in c?
Where local variables are stored in c?
What is the advantage of a random access file?
Differentiate between a for loop and a while loop? What are it uses?
How can I read data from data files with particular formats?
Differentiate call by value and call by reference?
What are pointers really good for, anyway?
what are enumerations in C
Explain the use of fflush() function?
int far *near * p; means
Can the size of an array be declared at runtime?
What is c language used for?