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
What is string concatenation in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
define function
Why c is called free form language?
Is c language still used?
Explain how can you tell whether a program was compiled using c versus c++?
Why c is called procedure oriented language?
Explain how do you print an address?
What is a pointer in c plus plus?