What will the preprocessor do for a program?
What does sizeof int return?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Hi, main() { } Is a user defined function or Built in Functionn
What are the disadvantages of external storage class?
What is the purpose of scanf() and printf() functions?
Who is the founder of c language?
What is ponter?
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is array in c with example?
Write a progarm to find the length of string using switch case?