What are the types of macro formats?
No Answer is Posted For this Question
Be the First to Post Answer
What does p mean in physics?
an algorithem for the implementation of circular doubly linked list
Why c is called a mid level programming language?
In which category does main function belong??
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
What is a built-in function in C?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
Why void is used in c?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
How we can set and clear bit in a byte using macro function?
What are the 5 types of organizational structures?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;