What is conio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is null character in c?
how do we remove the printed character in printf statement and write next it it
Can we access the array using a pointer in c language?
Is it possible to run using programming C for Java Application?
Explain what is the difference between the expression '++a' and 'a++'?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Was 2000 a leap year?
What is structure in c definition?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
c pgm count no of lines , blanks, tabs in a para(File concept)
List the variables are used for writing doubly linked list program.
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.