Answer Posted / vijay
Its used to select the part of program to the execution
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain how do you convert strings to numbers in c?
How do I get a null pointer in my programs?
Explain what is the general form of a c program?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is 2 d array in c?
Write a C program in Fibonacci series.
Write a code to generate divisors of an integer?
How to declare pointer variables?
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
int i=10; printf("%d %d %d", i, i=20, i);
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is the purpose of 'register' keyword in c language?
Is there sort function in c?
What is property type c?