Answer Posted / chinna
#include<stdio.h>
#include<conio.h>
void main()
{
printf("%d");
}
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
how do you execute a c program in unix.
what type of questions arrive in interview over c programming?
What is .obj file in c?
Do you know the difference between malloc() and calloc() function?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Give differences between - new and malloc() , delete and free() ?
What are the features of c languages?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Are the variables argc and argv are always local to main?
can we have joblib in a proc ?
Can we change the value of static variable in c?
Explain about block scope in c?
How do you sort filenames in a directory?
Define macros.
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?