What are the basic data types associated with c?
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,
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Is there a way to switch on strings?
Explain what are preprocessor directives?
Explain main function in c?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What are structure types in C?
How to set file pointer to beginning c?
What is the difference between #include and #include 'file' ?
What is pass by reference in functions?
How do you redirect a standard stream?
Can we declare a function inside a function in c?