What is the difference between #include and #include 'file' ?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
What is pass by reference in functions?
Why is not a pointer null after calling free?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
What are shell structures used for?
Method Overloading exist in c ?
Explain the difference between null pointer and void pointer.
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
Find greatest number out of 10 number without using loop.
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
How do you search data in a data file using random access method?
How do you initialize pointer variables?