How do you determine whether to use a stream function or a low-level function?
No Answer is Posted For this Question
Be the First to Post Answer
write a own function for strstr
Write a program of advanced Fibonacci series.
implement OR gate without using any bitwise operator.
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
how to find sum of digits in C?
Why double pointer is used in c?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
When should volatile modifier be used?
What are the types of bitwise operator?
#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?
what is difference between ANSI structure and C99 Structure?
What is s or c?