Answer Posted / naveenkumar s h
#include<stdio.h>
#include<conio.h>
void main()
{
printf(%d, printf(%d));
}
Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What are header files and explain what are its uses in c programming?
What is the correct code to have following output in c using nested for loop?
cavium networks written test pattern ..
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain why can’t constant values be used to define an array’s initial size?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is the description for syntax errors?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
In C, What is the #line used for?
What are the main characteristics of c language describe the structure of ac program?
What are the applications of c language?
show how link list can be used to repersent the following polynomial i) 5x+2
Explain what are its uses in c programming?
What is putchar() function?
What is the use of typedef in c?