Which of these functions is safer to use : fgets(), gets()? Why?
No Answer is Posted For this Question
Be the First to Post Answer
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
wat is the meaning of c?
Are pointers really faster than arrays?
Why can't I perform arithmetic on a void* pointer?
What are pointers? What are different types of pointers?
please send me the code for multiplying sparse matrix using c
What is the difference between c &c++?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
What is the condition that is applied with ?: Operator?
Give me basis knowledge of c , c++...
What are the different flags in C? And how they are useful? And give example for each in different consequences?
Explain what is wrong with this statement? Myname = ?robin?;