Question:
1. Write a ‘C’ program to find size of structure without using sizeof operator
1. Write a ‘C’ program to find size of structure without using sizeof operator
Mcq 1. What does fp point to in the program? #include<stdio.h> int main() { FILE *fp; fp=fopen("trial",...
No comments:
Post a Comment