Advertisement
Advertisement
Advertisement

C Language Quizzes, Questions & Answers

Top Trending Quizzes


Online MCQ Quiz on C Programming Language No. of Questions:- 10 Time:- 10 Minutes Full Mark:- 100 Pass Mark:- 70 This Quiz if for those user who wants to test their command over the programming...

Questions: 10  |  Attempts: 13057   |  Last updated: Mar 22, 2023
  • Sample Question
    C language has been developed by ?
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Let's start this quiz it will give you the different functions of c language. Find out now how much do you know about it!

Questions: 25  |  Attempts: 167   |  Last updated: Mar 21, 2023
  • Sample Question
    What will be output if you will compile and execute the following c code? #include<stdio.h> int main(){   int array[3]={5};   int i;   for(i=0;i<=2;i++)     printf("%d ",array[i]);   return 0; }
    Radio Button
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Do you think you know enough about security issues in C code? Can you think with the mind of a hacker? Test your knowledge with our interactive quiz! Check how much you know, share the results, and help your colleagues...

Questions: 10  |  Attempts: 702   |  Last updated: Mar 21, 2023
  • Sample Question
    This function is part of a program that is running on a 32-bit x86 system; the compiler does not change the order of variables on the stack.   void function(char *input) {     int i = 1;     char buffer[8];     int j = 2;     strcpy(buffer,input);     printf("%x %x %s\n",i,j,buffer); } What is the minimum length of a string – passed to the function through the input parameter – that can crash the application?
    Radio Button
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Recent Quizzes

Advertisement