which type of question asked from c / c++ in interview.
Answer Posted / abhradeep chatterjee
Any Type.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
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
Sir i need notes for structure,functions,pointers in c language can you help me please
Where static variables are stored in memory in c?
Is c compiled or interpreted?
Why is c used in embedded systems?
How do you declare a variable that will hold string values?
Where are some collections of useful code fragments and examples?
How do I swap bytes?
Can we change the value of #define in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is the right type to use for boolean values in c?
What are structure members?
When should the register modifier be used? Does it really help?
In C, What is the #line used for?
How would you use the functions fseek(), freed(), fwrite() and ftell()?