Why does everyone say not to use gets?
No Answer is Posted For this Question
Be the First to Post Answer
what is use of loop?
how 2 compile & execute c program with out using editor?
What does it mean when a pointer is used in an if statement?
Whats s or c mean?
What are the different types of C instructions?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
formula to convert 2500mmh2o into m3/hr
What is a C array and illustrate the how is it different from a list.
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.