
Mark Us V24

Quiz
•
Computers
•
Professional Development
•
Hard
Rukumani CT_PG
Used 1+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
There are the following statements that are given below, which of them are correct about inline function?
A. Inline functions are a special type of function, which is used to reduce function call overhead.
B. If we mark a function as an inline, then the definition of that function is substituted at the place of call.
C. We cannot make every function as an inline function.
D. Inline is the request to the compile.
A & B
A & C
A,B,C
A,B,C,D
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What will be output if you will compile and execute the following c code?
#include<stdio.h>
int main(){
double far* p,q;
printf("%d",sizeof(p)+sizeof q);
return 0;
}
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
ANSWER: A
What will be output if you will compile and execute the following c code?
#include<stdio.h>
#define max 5;
int main(){
int i=0;
i=max++;
printf("%d",i++);
return 0;
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be output if you will compile and execute the following c code?
#include<stdio.h>
int main(){
int i=10;
static int x=i;
if(x==i)
else if(x>i)
else
printf("Equal");
printf("Greater than");
printf("Less than");
return 0;
}
Equal
Greater than
Less than
Compiler error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be output if you will compile and execute the following c code?
#include<stdio.h>
char c;
char c;
int main(){
int array[]={10,20,30,40};
printf("%d",-2[array]);
return 0;
}
-60
-30
60
Garbage Value
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What will be output if you will compile and execute the following c code?
#include<stdio.h>
#define call(x,y) x##y
int main(){
int x=5,y=10,xy=20;
printf("%d",xy+call(x,y));
return 0;
}
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What will be output if you will compile and execute the following c code?
#include <stdio.h>
#include <string.h>
int main(){
int i=0;
for(;i<=2;)
printf(" %d",++i);
return 0;
}
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
C BASICS

Quiz
•
Professional Development
25 questions
Core Java Assessment

Quiz
•
Professional Development
25 questions
C module 1 second quiz

Quiz
•
Professional Development
26 questions
ШС С++ Модуль 1-3

Quiz
•
Professional Development
25 questions
C second module quiz

Quiz
•
Professional Development
30 questions
C Programming Quiz

Quiz
•
Professional Development
25 questions
TechTrivia-1st round

Quiz
•
Professional Development
25 questions
AP CSA Unit 1&2 Test

Quiz
•
8th Grade - Professio...
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade