What is oops c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the scope of global variable in c?
How do you determine if a string is a palindrome?
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
Can you define which header file to include at compile time?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Which is best book for data structures 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,
What is typedef?
What is the use of bit field?
What is the meaning of && in c?
Why do u use # before include in a C Progam?