Answer Posted / deepika shinde
In bit field we use :
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is "Hungarian Notation"?
What are multibyte characters?
What is difference between constant pointer and constant variable?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is difference between structure and union in c programming?
What is a string?
Explain which function in c can be used to append a string to another string?
Explain the difference between strcpy() and memcpy() function?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
How can you tell whether a program was compiled using c versus c++?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is bubble sort technique in c?
Describe the modifier in c?
What is the difference between new and malloc functions?
Why functions are used in c?