Answer Posted / deepika shinde
In bit field we use :
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a program to generate address labels using structures?
Is null equal to 0 in sql?
Explain what is wrong with this program statement?
What is the general form of function in c?
What are void pointers in c?
what are the advantages of a macro over a function?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is wrong in this statement? scanf(ā%dā,whatnumber);
What are directives in c?
What are identifiers and keywords in c?
What are the various types of control structures in programming?
What is a ternary operator in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Is boolean a datatype in c?
write a program to create a sparse matrix using dynamic memory allocation.