Introduction of C
?:
Conditional operator
array name
Address of the first element
FIFO
Q Follows what ?
info part
which part of the node contain da
stack
The Data structure used in standard implementation of Breadth First Search is?
#include <stdio.h>
void main()
{
int ch;
printf("enter a value btw 1 to 2:");
scanf("%d", &ch);
switch (ch)
{
case 1:
printf("1\n");
break;
printf("Hi");
default:
printf("2\n");
}
}
2
In a stack, if a user tries to remove an element from empty stack it is called _________
underflow