How can I delete a file?
No Answer is Posted For this Question
Be the First to Post Answer
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
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
write a “Hello World” program in “c” without using a semicolon?
How can I make it pause before closing the program output window?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
Why we write conio h in c?
how many key words availabel in c a) 28 b) 31 c) 32
What is the need of structure in c?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Write a program to find the smallest and largest element in a given array in c language
How to print %d in output
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5