Answer Posted / shivani sharma
printf(ram)
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
Write a program to print ASCII code for a given digit.
What is the role of && operator in a program code?
explain what are actual arguments?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Can a function argument have default value?
Explain what are its uses in c programming?
How can variables be characterized?
How many levels of pointers have?
What would be an example of a structure analogous to structure c?
What the advantages of using Unions?
Write a program to swap two numbers without using a temporary variable?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is a const pointer in c?
Why can arithmetic operations not be performed on void pointers?
Why c is faster than c++?