Is there a way to compare two structure variables?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i; printf("%d",i^i); }
what is the mean of c languages.
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
How can I automatically locate a programs configuration files in the same directory as the executable?
Is there any book to know about Basics of C Language?
What is a shell structure examples?
While(1) { } when this loop get terminate is it a infinite loop?
What is getch c?
Can a file other than a .h file be included with #include?
wap in c to accept n number display the highest and lowest value
what is c programing
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4