What is clrscr ()?
No Answer is Posted For this Question
Be the First to Post Answer
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Three major criteria of scheduling.
Which command is more efficient? *(ptr+1) or ptr[1]
Explain what standard functions are available to manipulate strings?
What is the stack in c?
Under what circumstances does a name clash occur?
Can we assign string to char pointer?
How can I find out how much memory is available?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
Explain what are linked list?