Post New Answer View All Answers
What are the basic data types associated with c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Where are local variables stored in c?
What is %d called in c?
Explain the use of bit fieild.
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
explain how do you use macro?
how could explain about job profile
Explain 'bit masking'?
If errno contains a nonzero number, is there an error?
What are the keywords in c?
What would be an example of a structure analogous to structure c?
Where are c variables stored in memory?
What is data types?
Differentiate between new and malloc(), delete and free() ?