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 are the 10 different models of writing an addition program in C language?
. 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 can I find the day of the week given the date?
how to convert an char array to decimal array
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
what is c programing
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
please give me some tips for the selection in TCS.
Differentiate between full, complete & perfect binary trees.
What is meant by errors and debugging?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
sir, i cannot find the way how to write aprogram by using array on queue