What is the purpose of clrscr () printf () and getch ()?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the priority queues?
Binary tree traversing
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What is wrong with this code?
Write a program to find whether the given number is prime or not?
Explain what is a const pointer?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
How many bytes is a struct in c?
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
What is the c value paradox and how is it explained?
What are the usage of pointer in c?
What are disadvantages of C language.