Answer Posted / ravi joshi
Bit fields can only be declared inside a structure or a
union, and allow you to specify some very small objects of a
given number of bits in length. Their usefulness is limited
and they aren't seen in many programs, but we'll deal with
them anyway.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is scope of variable in c?
What is wild pointer in c with example?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is calloc() function?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Explain what are run-time errors?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
How will you find a duplicate number in a array without negating the nos ?
What are the two types of structure?
What is a program flowchart and how does it help in writing a program?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What are operators in c?
By using C language input a date into it and if it is right?
Write a program to print fibonacci series without using recursion?