What is clrscr in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is context in c?
Given an unsigned integer, find if the number is power of 2?
The statement, int(*x[]) () what does in indicate?
What is volatile in c language?
How many bytes are occupied by near, far and huge pointers (dos)?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What is the difference between abs() and fabs() functions?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
What is a ternary operator in c?
What is sparse file?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
What is the difference between fork() and vfork()?