Answer Posted / rina
compiler is convert to the program in assembly language to
machin language....
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you determine a file’s attributes?
What is the right type to use for boolean values in c? Is there a standard type?
What is difference between scanf and gets?
What is pointer to pointer in c?
Explain the difference between malloc() and calloc() function?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Write a program to print “hello world” without using semicolon?
What is a #include preprocessor?
Describe the steps to insert data into a singly linked list.
What is an lvalue in c?
What will be your course of action for a push operation?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How do you write a program which produces its own source code as output?
What type of function is main ()?
What is 02d in c?