What do you mean by command line argument?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Are bit fields portable?

0 Answers   EXL,


What is a macro in c preprocessor?

0 Answers  


Explain what is the difference between far and near ?

0 Answers  


What is null character in c?

0 Answers  


find largest of 3 no

8 Answers  






Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year

7 Answers   TCS,


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


What is the best way to store flag values in a program?

0 Answers  


Explain the red-black trees?

0 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


What is the proper way of these job Tell me about there full work

0 Answers   EDS,


Categories