What is #line used for?
No Answer is Posted For this Question
Be the First to Post Answer
What oops means?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
What type is sizeof?
main() { int i=400,j=300; printf("%d..%d"); }
How can I manipulate individual bits?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
What is the explanation for modular programming?
Why clrscr is used in c?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
what is linkage error when it occurs in c program