What do you mean by command line argument?
No Answer is Posted For this Question
Be the First to Post Answer
write a programme to convert temperature from farenheit to celcius?
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
What is the purpose of macro in C language?
explain what are pointers?
How can I read/write structures from/to data files?
How to declare a variable?
Why doesn't C have nested functions?
what is recursion in C
Explain how can you determine the size of an allocated portion of memory?
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
What is the general form of function in c?