quizz

Descripción

quizz
aman.sinha42
Test por aman.sinha42, actualizado hace más de 1 año
aman.sinha42
Creado por aman.sinha42 hace más de 8 años
12
0

Resumen del Recurso

Pregunta 1

Pregunta
Which of the following statements are correct about an if-else statements in a C-program? 1: Every if-else statement can be replaced by an equivalent statements using ?: operators 2: Nested if-else statements are allowed. 3: Multiple statements in an if block are allowed. 4: Multiple statements in an else block are allowed.
Respuesta
  • 1 and 2
  • 2 and 3
  • 1, 2 and 4
  • 2, 3, 4

Pregunta 2

Pregunta
Point out the error, if any in the for loop. #include<stdio.h> int main() { int i=1; for(;;) { printf("%d\n", i++); if(i>10) break; } return 0; }
Respuesta
  • There should be a condition in the for loop
  • The two semicolons should be dropped
  • The for loop should be replaced with while loop.
  • No error

Pregunta 3

Pregunta
8 What is x in the following program? #include<stdio.h> int main() { typedef char (*(*arrfptr[3])())[10]; arrfptr x; return 0; }
Respuesta
  • x is a pointer
  • x is an array of three pointer
  • x is an array of three function pointers
  • Error in x declaration

Pregunta 4

Pregunta
How will you free the memory allocated by the following program? #include<stdio.h> #include<stdlib.h> #define MAXROW 3 #define MAXCOL 4 int main() { int **p, i, j; p = (int **) malloc(MAXROW * sizeof(int*)); return 0; }
Respuesta
  • memfree(int p);
  • dealloc(p);
  • malloc(p, 0);
  • free(p);
Mostrar resumen completo Ocultar resumen completo

Similar

Secrets from the Science of Persuasion
Mme Guitton
How much do you know about India ?
AnFlo
A380 Theory Exam Practice
Tom_NZ
INFORMATION SYSTEMS FOR MANAGERS - Quizz #1
boumiza.hakim
QUIZZ PAST CONTINUOUS
kevin gomez
VERB "TO BE"
english journey
Who Says the following Quotes in Richard the Third?
jbryant97
SOBRE LA TECNOLOGIA DE LA INFORMACION
KALETH DAVID PALACIOS SUAREZ
Lets learn more about China
Marie Averseng