Explain argument and its types.
No Answer is Posted For this Question
Be the First to Post Answer
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
What is Your Name :)
Explain the differences between public, protected, private and internal.
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
How can you check to see whether a symbol is defined?
how we do lcm of two no using c simple if while or for statement
What is dynamic variable in c?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
How do I round numbers?
What are directives in c?
What does double pointer mean in c?
Explain 'bit masking'?