Q.1.
What is the output of the below code snippet?#include<stdio.h>main() { for(;;)printf("Hello");}
Q.2.
Which of the following is true about arrays in C.
Q.3.
What is full form of ASCII?
Q.4.
Which data type is most suitable for storing a numberin a 32-bit system?
Q.5.
What is the 16-bit compiler allowable range for integer constants?
Q.6.
Which of the following is not a datatype
Q.7.
The sizeof operator returns the size of its operand in bytes
Q.8.
Which is correct example for variable declaration?
Q.9.
Which is called a conditional operator in C?
Q.10.
Which is the first HL programming Language ?
Q.11.
Which of the following is not auxiliary memory?
Q.12.
What is INTEL stands for in the company name intel?
Q.13.
Who is Mother of Computers?
Q.14.
Variable declared in a function can be used in main?
Q.15.
Which keyword is used to prevent any changes in the variable within a C program?
Q.16.
Functions can return enumeration constants in c?
Q.17.
Continue statement is allowed inside the switch case statement ?
Q.18.
We cannot use String in the Switch case as label
Q.19.
Which of the following is not reserved word
Q.20.
Which standard library function can return a pointer to the last occurrence of a character in a string?