What is a structure and why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
out put of printf(ā%dā,printf(ram));
How important is structure in life?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
Does c have enums?
What are the 5 types of organizational structures?
What is this infamous null pointer, anyway?
What does c in a circle mean?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Explain the properties of union. What is the size of a union variable
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
Program to write some contents into a file using file operations with proper error messages.