What is wrong with this code?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 data types?
What is the difference between strcpy() and memcpy() function in c programming?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is the symbol indicated the c-preprocessor?
Do you know the difference between malloc() and calloc() function?
what is the difference b/w NULL and null?
What is masking?
how to find out the inorder successor of a node in a tree??
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is the difference between formatted&unformatted i/o functions?
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All