Answer Posted / chakriyadav
semicolon(;)
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is the advantage of using #define to declare a constant?
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.
Explain what is the benefit of using an enum rather than a #define constant?
Why c is procedure oriented?
explain what is an endless loop?
Why main function is special give two reasons?
In a header file whether functions are declared or defined?
Describe wild pointers in c?
How to throw some light on the b tree?
Explain what is the difference between functions getch() and getche()?
Can you add pointers together? Why would you?
Do character constants represent numerical values?
Explain why c is faster than c++?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array