Latest Answer : The compiler will give an error "undefined symbol I". ...
Latest Answer : Hello..I feel the answer is that this will not work.f is undefined.printf statement should be rectified.c ya. ...
x is underlined in exit
Latest Answer : The steps are1. a+b*de/f+2. a+b*def/+ 3. a+bdef/+* 4. abdef/+*+ answer is........... ABDEF/+*+ ...
Latest Answer : fact(n)where fact(int n) is the function with code k = n*fact(n-1) and returns k ...
What is the output of the program?
main()
{
char a='123'
printf ("%c n",a);
return 0;
}
A. ASCII value of 121
B. 1
C. 3
D. none of these
In queue where do you insert a data?
A. front
B. rear
C. middle
C program code
int zap(int n)
{
if(n<=1) then zap=1;
else zap=zap(n-3)+zap(n-1);
}
then the call zap(6) gives the values of zap
A. 8
B. 9
C. 6
D. 12
E. 15
The operation to be performed on a stack using a linked list can be realized using the function
A. delete front, insert rear
B. insert front, delete rear
C. delete front, insert front
D. delete rear, insert rear
Unix is a _______ type of OS tree is a type of data structure
A. multiuser
B. multitasking time sharing
C. single user
D. none of these