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 code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is wrong with this program statement? void = 10;
largest Of three Number using without if condition?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is array of structure in c programming?
Are the variables argc and argv are local to main?
what is the function of pragma directive in c?
What are the 32 keywords in c?
What is const volatile variable in c?
How is a macro different from a function?
What is a stream?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is the difference between malloc calloc and realloc in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is difference between Structure and Unions?