Explain built-in function?
No Answer is Posted For this Question
Be the First to Post Answer
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is the difference between a free-standing and a hosted environment?
program to find middle element of linklist?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Are there namespaces in c?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
what is the size of an integer variable?
What is the condition that is applied with ?: Operator?
What is the use of clrscr?
What is Conio.h ?