main(int argc, char *argv[])

{

(main && argc) ? main(argc-1, NULL) : return 0;

}

a. Runtime error.

b. Compile error. Illegal syntax

c. Gets into Infinite loop

d. None of the above

Answer Posted / akshata

d. None of the above

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Design an implement of the inputs functions for event mode

3164


What is data _null_? ,Explain with code when u need to use it in data step programming ?

3013


Write a program to model an exploding firecracker in the xy plane using a particle system

3866


#include int main(void) { int a=4, b=2; a=b<>2 ; printf("%d",a); return 0; }

1295


How can you relate the function with the structure? Explain with an appropriate example.

3126






What is full form of PEPSI

2117


write a simple calculator c program to perform addition, subtraction, mul and div.

3384


how to test pierrot divisor

2458


why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2497


Sir... please give some important coding questions asked by product companies..

2019


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2627


could you please send the program code for multiplying sparse matrix in c????

3276


create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00

6578


how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.

2351


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

3073