In a switch statement, explain what will happen if a break statement is omitted?
No Answer is Posted For this Question
Be the First to Post Answer
Can a binary search tree be used as an index? If yes, how? Explain
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
who developed c and why he developed c?
What are the types of bitwise operator?
What are the key features of C?
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
What are the different types of storage classes in C?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
How can a program be made to print the line number where an error occurs?
Explain the advantages of using macro in c language?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Why main is used in c?