in multiple branching construct "default" case is
a) optional
b) compulsarily
c) it is not include in this construct
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
Give me basis knowledge of c , c++...
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
write a c program that prints all multiples of 3between 1 and 50.
Explain that why C is procedural?
What is static memory allocation?
What is the exact difference between '\0' and ""
Which is better between malloc and calloc?
What is meant by errors and debugging?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
What is struct node in c?
What is volatile variable how do you declare it?