void main()
{
int arr[10];
printf(“%d”, sizeof(arr));
getch();
}.
which of the following is NOT a character constant.
_________language that enables users to define there requirements for extracting required information.
Which of the following are keywords of the C language?
i) if
ii) else
iii) then
iv) elseif
What is o/p If c=10, d=20 ( c> d ? printf(” Hi”) : printf(” Hello”)) ;
3.2 % 3:
Commonly used file organization are:
Program errors are known as ________.
________ is true for Syntax error.
Limitation of Machine language are, EXCEPT:
Section B
Attempted
Wrong
Correct