what will be the output off the following program?
#include<stdio.h>
int main()
{
int a;
a=015+0*71+5;
printf("%d,a");
return0;
}
Answer Posted / srinivasu
18,a
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Is fortran faster than c?
Write a program to swap two numbers without using third variable?
List the different types of c tokens?
What is the meaning of typedef struct in c?
What is a 'null pointer assignment' error?
What is file in c language?
How to explain the final year project as a fresher please answer with sample project
What is the symbol indicated the c-preprocessor?
Why do we use return in c?
How is a null pointer different from a dangling pointer?
How are variables declared in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
How is a pointer variable declared?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset