BCA
Questions No: 1/50

if a=8, b=3 and c=-5 are integers, then value of a*b/c is
यदि a = 8, b = 3 और c = -5 integers हैं, तो a * b / c का मान है

Questions No: 2/50

Which of the following keywords is used to return a value from a function?

Questions No: 3/50

Which keyword is used to prevent any changes in the variable within a C program?
C प्रोग्राम के भीतर variable में किसी भी परिवर्तन को रोकने के लिए किस कीवर्ड का उपयोग किया जाता है?

Questions No: 4/50

Saloni is taller than her friend Riya. In this sentence, the word ‘taller’ is which degree of adjective?

Questions No: 5/50

Which of the following is a logical operator in C?

Questions No: 6/50

What is the index of the first element in a C array?

Questions No: 7/50

Which statement can cause an infinite loop in C++?

Questions No: 8/50

What will be output if you compile and execute the following ‘C’ code?

void main()
{
int i=4,x;
x=++i + ++i + ++i;
printf("%d",x);
}

Questions No: 9/50

Which is valid C expression?
कौन सी मान्य C expression है?

Questions No: 10/50

The do..while looping statement

Questions No: 11/50

What will the following code print?

int x = 5;
if (x = 0)
printf("Zero");
else
printf("Not zero");

Questions No: 12/50

The value obtained in the function is given back to main by using ________ keyword?
फ़ंक्शन में प्राप्त मान को ________ कीवर्ड का उपयोग करके मुख्य रूप से वापस दिया जाता है?

Questions No: 13/50

printf (%d, printf (infomax));

Questions No: 14/50

What does the word ‘turbulent’ mean?

Questions No: 15/50

Which one of the following is not a valid identifier?
निम्नलिखित में से कौन एक valid identifier नहीं है?

Questions No: 16/50

When the features of one class may be inherited by more than one class. This process is known as ______

Questions No: 17/50

Which code will print k 20 times?
20 बार कौन सा कोड k प्रिंट होगा?

Questions No: 18/50

In the passage of text, individual words and punctuation marks are known as
पाठ के मार्ग में, व्यक्तिगत शब्द और विराम चिह्न के रूप में जाना जाता है

Questions No: 19/50

Which one of the following is not a reserved keyword for C?
निम्नलिखित में से कौन सी C के लिए आरक्षित कीवर्ड नहीं है?

Questions No: 20/50

Who is father of C Language?
C लैंग्वेज का जनक कौन है?

Questions No: 21/50

Which of the following is an exit controlled loop?

Questions No: 22/50

Which of the following is the correct way to initialize a string in C?

Questions No: 23/50

C programs are converted into machine language with the help of
C प्रोग्राम को मशीनी भाषा में किसकी मदद परिवर्तित किया जाता है

Questions No: 24/50

Which of the following is not logical operator?
निम्नलिखित में से कौन तार्किक ऑपरेटर नहीं है?

Questions No: 25/50

What are the different types of real data type in C ?
C में विभिन्न प्रकार के real डेटा प्रकार क्या हैं?

Questions No: 26/50

Which header file is necessary for using the malloc function?

Questions No: 27/50

What is the size of the int data type (in bytes) in C?

Questions No: 28/50

The preprocessor directives start with
प्रीप्रोसेसर निर्देश के साथ शुरू होता है

Questions No: 29/50

By default a real number is treated as a
डिफ़ॉल्ट रूप से एक वास्तविक संख्या को माना जाता है

Questions No: 30/50

The keyword break cannot be simply used within
कीवर्ड ब्रेक का उपयोग केवल भीतर नहीं किया जा सकता है

Questions No: 31/50

What is the output of the following code:

int x = 5;

printf("%d", x++);

Questions No: 32/50

Complete the sentence using past continuous tense: "I __________ my homework at 7 o'clock yesterday."

Questions No: 33/50

Which of the following is a valid string constant?
निम्नलिखित में से कौन एक वैध string constant है?

Questions No: 34/50

What is the output of the following code?

int a = 5, b = 10;
if (a < b)
printf("a is less than b");
else
printf("a is greater than or equal to b");

Questions No: 35/50

Which programming method is followed in C language
C भाषा में किस प्रोग्रामिंग विधि का पालन किया जाता है

Questions No: 36/50

Which of the following correctly declares a function in C?

Questions No: 37/50

What will be the output of the following C code? printf("%d", sizeof(char));

Questions No: 38/50

How would you round off a value from 1.66 to 2.0?
आप १.६६ से २.० के बीच के मूल्य को कैसे समाप्त करेंगे?

Questions No: 39/50

Which of the following loops in C is guaranteed to execute at least once?
C में निम्नलिखित में से कौन सा लूप कम से कम एक बार निष्पादित होने की गारंटी है?

Questions No: 40/50

Which statement is used to terminate the execution of a loop?

Questions No: 41/50

The value obtained in the function is given back to main by using ________ keyword.
फ़ंक्शन में प्राप्त मान को ________ कीवर्ड का उपयोग करके मुख्य रूप से वापस दिया जाता है।

Questions No: 42/50

Which numbering system is not handled directly by the printf() conversion specifies ?

Questions No: 43/50

What will be the output of following program?

int main() 
{
  for(int c=1;c<5;++c); 
printf(“%d”,c); 
}

Questions No: 44/50

What is the correct syntax to output "Hello World" in C?

Questions No: 45/50

What is the difference between break and continue statements in loops?

Questions No: 46/50

Which of the following language is predecessor to C Programming Language?
निम्नलिखित में से कौन सी भाषा C प्रोग्रामिंग लैंग्वेज की पूर्ववर्ती है?

Questions No: 47/50

Which sentence contains a complex sentence? 

Questions No: 48/50

What is meant by multiple inheritance?

Questions No: 49/50

Which is the only C function all programs must contain?
एकमात्र C फ़ंक्शन कौन सा है जिसमें सभी प्रोग्राम होने चाहिए?

Questions No: 50/50

What is correct order of precedence in C?
C में पूर्वता का सही क्रम क्या है?