"A good programmer is someone who always looks both ways before crossing a one-way street"
Do you have a wide vision on programming?
Do you have control on several languages?
Let's check !Techtix, KGEC in association with Coding Ninjas presents Code Buzz, the competition to test your technical knowledge in Java, C & Python. Code Buzz this year has got total See moreprizes worth Rs. 4,500. Take this challenge and register for Code Buzz this year
Char *ptr[3]();
Char (*ptr)*[3];
Char (*ptr[3])();Â
Char (*ptr)[3];
Rate this question:
Ac contains count of arguments supplied at command-line
Av[] contains addresses of arguments supplied at a command line
In place of ac and av, argc and argv should be used.
The variables ac and av are always local to main()
Rate this question:
128 characters
256 characters
67 characters
It may vary from one operating system to another
Rate this question:
Int* malloc(int);
Char* malloc(char);
Unsigned int* malloc(unsigned int);
Void* malloc(size_t);
Rate this question:
Infinite times
255 times
256 times
254 times
Rate this question:
Convert floating-point number to a string
Convert vector to integer value
Convert 2D array in to 1D array.
Covert multi Dimensional array to 1D array
Rate this question:
1
2
Garbage Value
Error: cannot assign scanf to variable
Rate this question:
2, 3
2.000000, 3
2.000000, 0
2, 0
Rate this question:
How r u 7 2
How r u 8 2
How r u 1 1
Error: cannot assign printf to variable
Rate this question:
Returns a random number.
Returns a random number generator in the specified range.
Returns a random number generator with a random value based on time.
Return a random number with a given seed value.
Rate this question:
Error: unrecognised Keyword SEEK_SET
Error: fseek() long offset value
No error
None of above
Rate this question:
Error: suspicious char to in conversion in scanf()
Error: we may not get input for second scanf() statement
No error
None of above
Rate this question:
Printf("%f %lf", a, b);
Printf("%Lf %f", a, b);
Printf("%Lf %Lf", a, b);
Printf("%f %Lf", a, b);
Rate this question:
Reading
Writing
Appending
Read and Write
Rate this question:
Open "source.txt" in binary mode for reading
Open "source.txt" in binary mode for reading and writing
Create a new file "source.txt" for reading and writing
None of above
Rate this question:
Strcmp(s1, s2) returns a number less than 0 if s1>s2
Strcmp(s1, s2) returns a number greater than 0 if s1<s2
Strcmp(s1, s2) returns 0 if s1==s2
Strcmp(s1, s2) returns 1 if s1==s2
Rate this question:
1, 2
1, 2, 3
2, 4
3, 4
Rate this question:
10, 2 2, 2
10, 4 1, 2
11, 4 1, 1
12, 2 2, 2
Rate this question:
1, 2, 4
1, 4, 4
2, 2, 4
2, 4, 8
Rate this question:
8, 1, 4
4, 2, 8
4, 2, 4
10, 3, 4
Rate this question:
8
0
16
Error
Rate this question:
Good Morning
Good
M
Morning
Rate this question:
6
12
7
2
Rate this question:
A
A
C
65
Rate this question:
Hello
World
Hello World
WorldHello
Rate this question:
Prints "IndiaBIX" 5 times
Function main() doesn't calls itself
Infinite loop
Prints "IndiaBIx"
Option 5
Rate this question:
Infinite loop
Hi
Hello Hi
Error
Rate this question:
5.000000
3.000000
Garbage value
4.000000
Rate this question:
Missing parenthesis in return statement
The function should be defined as int f(int a, int b)
Redeclaration of a
None of above
Rate this question:
Quiz Review Timeline (Updated): Mar 15, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.