macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / guest
d)type declaration
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain what header files do I need in order to define the standard library functions I use?
What is a program?
What is the code in while loop that returns the output of given code?
Is c object oriented?
Explain how do you determine a file’s attributes?
What is restrict keyword in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is meant by int main ()?
What are the types of i/o functions?
What is the advantage of a random access file?
Why is this loop always executing once?
#include
Explain what does the format %10.2 mean when included in a printf statement?
What are the 5 types of inheritance in c ++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)