![]() Related Questions Which of the following about the C comments is incorrect ?a.commentscan go over multiple linesb.comments can start any where in the linec.a line can contain comments with out any language statementsd.comments can occur within comments C Given the piece of codeint a[50];int *pa;pa=a;to access the 6th element of the array which of the following is incorrect?a.*(a+5)b.a[5]c.pa[5]d.*(*pa + 5) A Regarding the scope of the varibles;identify the incorrect statement:a.automatic variables are automatically initialised to 0b.static variables are are automatically initialised to 0c.the address of a register variable is not accessiabled.static variables cannot be initialised with any expression B What is incorrect among teh followingA recursive functiiona.calls itselfb.is equivalent to a loopc.has a termination condd.does not have a return value at all B A Latest Answer : the incorrect ans is if()then ie,option 3 bcos there is no then keyword in c language ... Which of the following statements is incorrecta.typedef struct new{int n1;char n2;} DATA;b.typedef struct {int n3;char *n4; }ICE;c.typedef union {int n5;float n6;} UDT;d.#typedef union {int n7;float n8;} TUDAT; B Which of the following about the C comments is incorrect?A. Comments can go over multiple linesB. Comments can start any where in the lineC. A line can contain comments with out any language statementsD. Comments can occur within comments Given the piece of codeint a[50];int *pa;pa=a;To access the 6th element of the array which of the following is incorrect?A. *(a+5)B. a[5]C. pa[5]D. *(*pa + 5} Identify the in correct expressionA. a=b=3=4B. a=b=c=d=0C. float a=int b= 3.5D. int a; floatb; a=b=3.5; Regarding the scope of the variables. Identify the incorrect statement:A. automatic variables are automatically initialized to 0B. static variables are automatically initialized to 0C. the address of a register variable is not accessibleD. static variables cannot be initialized with any expression
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||