How do you override a defined macro?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
What is meant by realloc()?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
Differentiate between calloc and malloc.
Explain how can you restore a redirected standard stream?
What extern c means?
what is an array
What is sizeof int in c?