quizz

Descrição

quizz
aman.sinha42
Quiz por aman.sinha42, atualizado more than 1 year ago
aman.sinha42
Criado por aman.sinha42 mais de 8 anos atrás
12
0

Resumo de Recurso

Questão 1

Questão
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.
Responda
  • 1 and 2
  • 2 and 3
  • 1, 2 and 4
  • 2, 3, 4

Questão 2

Questão
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; }
Responda
  • 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

Questão 3

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

Questão 4

Questão
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; }
Responda
  • memfree(int p);
  • dealloc(p);
  • malloc(p, 0);
  • free(p);

Semelhante

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