What is define directive?
No Answer is Posted For this Question
Be the First to Post Answer
What are the various types of control structures in programming?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
Explain command-line arguments in C.
write a program to add two numbers of any size.....(remember any size)
Do pointers store the address of value or the actual value of a variable?
What is the difference between class and object in c?
What is clrscr ()?
what is the code to display color fonts in the output?
regarding pointers concept
What does char * * argv mean in c?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)