What is void main ()?
No Answer is Posted For this Question
Be the First to Post Answer
What is a pointer and how it is initialized?
how to display 2-D array elements in spiral
what is real time system?what is the differance between hard and soft real time systems
write a prgram of swapping with 2 valiables
What are lookup tables in c?
Can a void pointer point to a function?
Simplify the program segment if X = B then C ← true else C ← false
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
How to establish connection with oracle database software from c language?
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
application of static variables in real time
Why we use conio h in c?