Are you looking to test your skills when it comes to the C programming language? This is the most popular language when it comes to writing operating software due to its flexibility and easy to use. The name from this application came up as a result of it coming after the B language. See how good you are in using See moreit by taking this quiz.
A>b ? c=30 : c=40;
A>b ? c=30;
Max = a>b ? a>c?a:c:b>c?b:c
Return (a>b)?(a:b)
Rate this question:
2.000000, 1.000000
1.500000, 1.500000
1.550000, 2.000000
1.000000, 2.000000
Rate this question:
2.2, 2.50, 2.50, 2.5
2.2e, 2.25f, 2.00, 2.25
2.250000e+000, 2.250000, 2.25, 2.250000
Error
Rate this question:
Error: unexpected end of file because there is no matching #endif
The number is odd
Garbage values
None of above
Rate this question:
True
False
Rate this question:
5
4
6
7
Rate this question:
1,2
2,3
1,2,3
2,4
Rate this question:
True
False
Rate this question:
Garbage value
20
Error
0
Rate this question:
True
False
Rate this question:
Error: RValue required
Error: cannot convert parameter 1 from 'const char[15]' to 'char *'
Error: LValue required in strcpy
No error
Rate this question:
Dealloc();
Malloc(variable_name, 0)
Free();
Memalloc(variable_name, 0)
Rate this question:
Free(p); , free(p->s);
free(p->s); , free(p);
Free(p->s);
Free(p);
Rate this question:
Cmp is a pointer to an void type.
Cmp is a void type pointer variable.
Cmp is a function that return a void pointer.
Cmp function returns nothing.
Rate this question:
4,4,4
2,2,2
2,4,8
2,8,4
Rate this question:
Error: invalid parameter in function display()
Error: invalid function call f=show;
No error and prints "c-skills"
None
Rate this question:
Strinit()
Strnset()
Strset()
Strcset()
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Conio.h
Stdlib.h
Stdio.h
Dos.h
Rate this question:
Goto
Return
Break
None
Rate this question:
Strnstr()
Laststr()
Strrchr()
Strstr()
Rate this question:
Varagrg.h
Stdlib.h
Stdio.h
Stdarg.h
Rate this question:
True
False
Rate this question:
Quiz Review Timeline (Updated): Mar 19, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.