Can we use any name in place of argv and argc as command line arguments?
No Answer is Posted For this Question
Be the First to Post Answer
I want tcs placement papers of 2004-2009 , its urgent
What are integer variable, floating-point variable and character variable?
What is abstract data structure in c?
program in c to print 1 to 100 without using loop
what is the hexidecimal number of 4100?
What are the Advantages of using macro
What is the meaning of && in c?
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
What is the difference function call by value & function call by reference?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
how to use showbits function?
What is assert and when would I use it?