Answer Posted / sachin tendulkar
Compilation (programming), translation of source code into
object code(binary format) by a compiler.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
how to introdu5ce my self in serco
Process by which one bit pattern in to another by bit wise operation is?
What is data types?
List some applications of c programming language?
Differentiate between functions getch() and getche().
why do some people write if(0 == x) instead of if(x == 0)?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is maximum size of array in c?
What type is sizeof?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Are pointers integer?
What are the benefits of c language?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?