How do you redirect a standard stream?
No Answer is Posted For this Question
Be the First to Post Answer
why you will give me a job in TCS.
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
Explain enumerated types in c language?
Which sorting algorithm is the best?
Explain argument and its types.
why Language C is plateform dependent
WAP to find that given no is small or capital
how to find sum of digits in C?
What is getch?
what is the size of an integer variable?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is the Difference between Class and Struct?