a program that can input number of records and can view it
again the record
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
what is the format specifier for printing a pointer value?
How can you determine the size of an allocated portion of memory?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What are the application of c?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
how we can make 3d venturing graphics on outer interface
What is wrong with this initialization?
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
What is c variable?
What are the main characteristics of c language describe the structure of ac program?
write a program that will print %d in the output screen??