What does %d do in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can you be sure that a program follows the ansi c standard?
What the different types of arrays in c?
How to write a program to receive an integer & find its octal equivalent by using for loop?
How can I recover the file name given an open stream?
Can an array be an Ivalue?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
How can variables be characterized?
What are the scope of static variables?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
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 calloc and malloc?
What is extern keyword in c?