What is use of pointer?
No Answer is Posted For this Question
Be the First to Post Answer
whats the use of header file in c?
What is the advantage of c?
i have a written test for microland please give me test pattern
How can you find out how much memory is available?
Why can’t we compare structures?
Implement bit Array in C.
how to impliment 2 or more stacks in a single dimensional array ?
hi how to convert program from notepad to turboc editor can u please help me
What is the deal on sprintf_s return value?
errors in computer programmes are called
I want tcs placement papers of 2004-2009 , its urgent
#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?