Is there a way to jump out of a function or functions?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


write a program to concatenation the string using switch case?

0 Answers  


. 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.

1 Answers  


Explain how can I convert a string to a number?

0 Answers  






how many error occurs in C language ?

22 Answers   Infosys, Wipro,


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


What is a list in c?

0 Answers  


what is ANSI and ISO

7 Answers   HCL,


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


Explain the term printf() and scanf() used in c language?

0 Answers  


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

0 Answers  


Categories