what is the hardware model of CFG( context free grammar)
No Answer is Posted For this Question
Be the First to Post Answer
program to find middle element of linklist?
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
Program to write some contents into a file using file operations with proper error messages.
What are the 4 types of functions?
List the difference between a While & Do While loops?
How would you write qsort?
How was c created?
Explain continue keyword in c
which types of data structure will i use to convert infix to post fix???
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,