What is #ifdef ? What is its application?
No Answer is Posted For this Question
Be the First to Post Answer
what is inline function?
Explain what is dynamic data structure?
Suggesting that there can be 62 seconds in a minute?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
Why is #define used?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
how to connect oracle in C/C++.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Why c is faster than c++?
writ a program to compare using strcmp VIVA and viva with its output.