Is there a way to compare two structure variables?
No Answer is Posted For this Question
Be the First to Post Answer
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
How do we declare variables in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
An array name contains base address of the array. Can we change the base address of the array?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
What are the difference between a free-standing and a hosted environment?
print a "hello" word without using printf n puts in c language
What header files do I need in order to define the standard library functions I use?
How can I write a function analogous to scanf?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?