What does char * * argv mean in c?


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

Post New Answer

More C Interview Questions

What is c mainly used for?

0 Answers  


what is difference between C and C++

4 Answers  


What is indirection in c?

0 Answers  


Describe dynamic data structure in c programming language?

0 Answers  


Explain how can you check to see whether a symbol is defined?

0 Answers  






write a program which counts a product of array elements lower than 10.

1 Answers  


What is header file definition?

0 Answers  


How can I return multiple values from a function?

6 Answers  


What does != Mean in c?

0 Answers  


what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


What is a static variable in c?

0 Answers  


Categories