Answer Posted / bivas das
c is a high level langage,compiler base function oriented language..
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
Differentiate between calloc and malloc.
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is context in c?
What is selection sort in c?
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 define directive?
What is uint8 in c?
What is the acronym for ansi?
Why do we write return 0 in c?
Is null always defined as 0(zero)?
What is adt in c programming?
How do you sort filenames in a directory?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Explain what is the benefit of using const for declaring constants?