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

What is the explanation for prototype function in c?

571


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1893


How do you initialize pointer variables?

614


Explain how do you determine whether to use a stream function or a low-level function?

631


What is the difference between procedural and declarative language?

654






How do you construct an increment statement or decrement statement in C?

746


What are the functions to open and close the file in c language?

596


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

654


What is the use of function overloading in C?

680


Why structure is used in c?

597


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2036


How can you tell whether two strings are the same?

834


swap 2 numbers without using third variable?

663


What is meant by preprocessor in c?

537


What is the ANSI C Standard?

780