Why does the call char scanf work?
No Answer is Posted For this Question
Be the First to Post Answer
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
What is an lvalue?
What is the purpose of macro in C language?
how to execute with out main in cprogram
Explain about the constants which help in debugging?
What is the code for 3 questions and answer check in VisualBasic.Net?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
using for loop sum 2 number of any 4 digit number in c language
Do you know what are the properties of union in c?