if the area was hit by a virus and so the decrease in the
population because of death was x/3 and the migration from
other places increased a population by 2x then annually it
had so many ppl. find our the population in the starting.
What are register variables? What are the advantage of using register variables?
ATM machine and railway reservation class/object diagram
What are the 4 data types?
what is the hardware model of CFG( context free grammar)
what is the difference between getch() and getchar()?
Explain how can you tell whether two strings are the same?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Tell me with an example the self-referential structure?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }