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 to make a scientific calculater ?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is getch() function?
Do you know what are bitwise shift operators in c programming?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is the use of f in c?
What does the c in ctime mean?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Explain the use of bit fieild.
What is a built-in function in C?
What is the use of gets and puts?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Difference between macros and inline functions? Can a function be forced as inline?
What are pragmas and what are they good for?
What is the difference between a function and a method in c?