Where we use clrscr in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is selection sort in c?
Explain zero based addressing.
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
What are lookup tables in c?
What is function prototype in c language?
write a c program to convert fahrenheit to celsius?
What is identifiers in c with examples?
What is scanf () in c?
diff between exptected result and requirement?
How to define structures? ·