What is the use of header?
How to write the code of the program to swap two numbers with in one statement?
How does struct work in c?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
Explain can static variables be declared in a header file?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
What is c language used for?
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
write a program to display & create a rational number
what is ANSI and ISO
What is the use of the sizeof operator?