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 / shilpa sarkar
error occurs in format
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is anagram in c?
How to explain the final year project as a fresher please answer with sample project
What does the format %10.2 mean when included in a printf statement?
Why is sizeof () an operator and not a function?
what are non standard function in c
Why c language?
What are the keywords in c?
When should a type cast not be used?
in linking some of os executables are linking name some of them
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Explain what is the general form of a c program?
What is a example of a variable?
How can I send mail from within a c program?
Differentiate between the = symbol and == symbol?