Tell me what are bitwise shift operators?
No Answer is Posted For this Question
Be the First to Post Answer
can we print any string in c language without using semicolon(;)(terminator) in whole program.
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
How would you rename a function in 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,
fn f(x) { if(x<=0) return; else f(x-1)+x; }
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
What is openmp in c?
how can f be used for both float and double arguments in printf? Are not they different types?
about c language
What is the sizeof () operator?
i have a written test for microland please give me test pattern