What are register variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a free-standing and a hosted environment?
Write a program to print factorial of given number without using recursion?
What is a shell structure examples?
Where are the auto variables stored?
Which is an example of a structural homology?
Where can I get an ansi-compatible lint?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
What are static functions?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
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 pass by reference in c?
What is the process to create increment and decrement stamen in c?