Answer Posted / srinivash
to store the address of a variable which s effective in
fuction calling by call by reference r call by address method
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
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
What is the acronym for ansi?
Why do we need functions in c?
How do I convert a string to all upper or lower case?
What is typedf?
What is difference between stdio h and conio h?
Which type of language is c?
What is an lvalue?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Why static is used in c?
What is a good data structure to use for storing lines of text?
Write a program to swap two numbers without using the third variable?
What is a floating point in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor