How to print %d in output
Answers were Sorted based on User's Feedback
how many errors in c explain deply
How do I read the arrow keys? What about function keys?
What is a volatile keyword in c?
what is meant by flushll() in c programming?
what is c?
What's wrong with "char *p = malloc(10);" ?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
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
Without Computer networks, Computers will be half the use. Comment.
Why doesn't C support function overloading?
What are the different types of data structures in c?