Answer Posted / ashu_deepu
the major difference is C is procedural language.
while java is object oriented language.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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 pass by value in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Explain what is the benefit of using an enum rather than a #define constant?
Explain the difference between call by value and call by reference in c language?
why do some people write if(0 == x) instead of if(x == 0)?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Why is c called a mid-level programming language?
What is s or c?
What is the best way of making my program efficient?
Can a void pointer point to a function?
What is array of structure in c programming?
Is int a keyword in c?
What is I ++ in c programming?
When can a far pointer be used?