What error would the following function give on compilation ?
f(int a, int b)
{
int a; a=20; return a;
}
The statement int (* arr [5]) (int *, char *) means
main() { printf(” C to it that C servies”); main(); }
which of the following shows the correct hierarchy of arithmetic operations in C
C() { printf(“C”); } B() { C(); printf(“B”); } A() { printf(” A”); B(); } main() { printf(“M”); A(); }
main()
{
printf(” \n Hello”);
disp();
}
disp()
{
printf(” \n Hi”);
main();
}
Consider the declaration #include Here the angled brackets indicate
The keyword _______ breaks the control from while loop.
What is output
void main()
{
int n=3, a=2;
a*= n+1;
printf(“%d”, a);
}
Following are the rules for naming an identifier except:
Section B
Attempted
Wrong
Correct