Explain how do you override a defined macro?
No Answer is Posted For this Question
Be the First to Post Answer
What are the functions to open and close the file in c language?
Why is python slower than c?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
Is anything faster than c?
Can you write a programmer for FACTORIAL using recursion?
why we need function pointers?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
How are 16- and 32-bit numbers stored?
What are register variables in c?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);