In how much time you will write this c program?
Prime nos from 1 to 1000
Answers were Sorted based on User's Feedback
write a c program for greatest of three numbers without using if statment
What are run-time errors?
Write a function in c to find the area of a triangle whose length of three sides is given.
I want tcs placement papers of 2004-2009 , its urgent
Are pointers integers in c?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
compare array with pointer?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
What is C language Terminator?
Is return a keyword in c?