What are terms in math?
No Answer is Posted For this Question
Be the First to Post Answer
Give basis knowledge of web designing ...
What are the application of c?
what do the 'c' and 'v' in argc and argv stand for?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
Which type of language is c?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
Write code for finding depth of tree
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is the size of a union variable?
Is there a built-in function in C that can be used for sorting data?
how to find the binary of a number?
what is op? for(c=0;c=1000;c++) printf("%c",c);