Is it better to use malloc() or calloc()?
What is spaghetti programming?
Describe dynamic data structure in c programming language?
What is character set?
Why should I prototype a function?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
List out few of the applications that make use of Multilinked Structures?
What is the difference between near, far and huge pointers?
What is the mean of this statement:: if(int i=0 * i=9)
#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?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
How many keywords are there in c?