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


Please Help Members By Posting Answers For Below Questions

Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

884


What is wrong with this program statement? void = 10;

1015


largest Of three Number using without if condition?

1250


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

819


What is array of structure in c programming?

990


Are the variables argc and argv are local to main?

977


what is the function of pragma directive in c?

869


What are the 32 keywords in c?

843


What is const volatile variable in c?

771


How is a macro different from a function?

854


What is a stream?

873


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

1686


What is the difference between malloc calloc and realloc in c?

875


Write a function that will take in a phone number and output all possible alphabetical combinations

803


What is difference between Structure and Unions?

863