What the advantages of using Unions?
No Answer is Posted For this Question
Be the First to Post Answer
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
What is meant by operator precedence?
what is the use of keyword volatile??
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Which is best linux os?
Explain Function Pointer?
Can we initialize extern variable in c?
Differentiate between the expression “++a” and “a++”?
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
Why can’t constant values be used to define an array’s initial size?
How many levels deep can include files be nested?
all c language question