What is the difference between printf and scanf )?
No Answer is Posted For this Question
Be the First to Post Answer
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
What is difference between far and near pointers?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
explain how do you use macro?
How do you redirect a standard stream?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What Is The Difference Between Null And Void Pointer?
5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
What is wrong with this program statement? void = 10;
How can I open files mentioned on the command line, and parse option flags?
Write a code to generate a series where the next element is the sum of last k terms.
What is string function in c?