macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answers were Sorted based on User's Feedback
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
What is array of structure in c?
When do we get logical errors?
What are the properties of union in c?
Explain what is the purpose of "extern" keyword in a function declaration?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
What are preprocessor directives?
Explain how can you be sure that a program follows the ansi c standard?
Explain what is operator promotion?
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
How will you write a code for accessing the length of an array without assigning it to another variable?