Why clrscr is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Write a program that can show the multiplication table.
how many error occurs in C language ?
What are examples of structures?
What is the difference between getch() and getche()?
What is the OOPs concept?
What is macro?
swap 2 numbers without using third variable?
What is %d called in c?
What is the size of structure in c?
Why shouldn’t I start variable names with underscores?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above