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
Write a program to identify if a given binary tree is balanced or not.
Linked lists -- can you tell me how to check whether a linked list is circular?
What is the scope of local variable in c?
Where is c used?
What are the advantages and disadvantages of c language?
Write a code on reverse string and its complexity.
What are the types of macro formats?
What is a program flowchart?
When is the “void” keyword used in a function?
What do you mean by dynamic memory allocation in c? What functions are used?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?