Answer Posted / nashiinformaticssolutions
Bitfields allow allocation of a specific number of bits to structure members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
regarding pointers concept
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Do you know the purpose of 'register' keyword?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is pragma in c?
How do you initialize pointer variables?
Explain what are reserved words?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Why c language is called c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
int far *near * p; means
Explain what is the most efficient way to store flag values?
Tell me is null always defined as 0(zero)?
Explain what will the preprocessor do for a program?