Explain a file operation in C with an example.
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of header files?
how logic is used
What are the key features of C?
define c
What is data types?
What does %p mean c?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
how to write a data 10 in address location 0x2000
What is the purpose of the preprocessor directive error?
int x=sizeof(!5.856); What will value of variable x?
What is the process of writing the null pointer?
Explain what is wrong in this statement?