What is the use of clrscr?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Why main function is special give two reasons?
without using control structures and control structures find the max and min of given 2 nos
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.
Are global variables static in c?
what is pointer?
13 Answers HCL, TCS,
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
What are the different types of pointers?