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
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
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
write a program to concatenation the string using switch case?
. 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.
Explain how can I convert a string to a number?
how many error occurs in C language ?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is a list in c?
what is ANSI and ISO
Is it possible to run a c program without using main?If yes HOW??
Explain the term printf() and scanf() used in c language?
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.....