Post New Answer View All Answers
What does do in c?
What are multibyte characters?
Tell me what is the purpose of 'register' keyword in c language?
What are volatile variables in c?
What are register variables? What are the advantage of using register variables?
What is the default value of local and global variables in c?
Differentiate between the = symbol and == symbol?
Explain how can you determine the size of an allocated portion of memory?
How can you call a function, given its name as a string?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is C language ?
Do you know the purpose of 'register' keyword?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What do you understand by friend-functions? How are they used?
Is that possible to store 32768 in an int data type variable?