Are the variables argc and argv are always local to main?
Answer / Rajendra Kumar Sharma
"argc (argument count) and argv (argument vector) are automatically created and local variables in the main function. They hold information about command-line arguments passed to a C program."
| Is This Answer Correct ? | 0 Yes | 0 No |
What are enumerated types?
Is there a way to compare two structure variables?
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
What is a pointer value and address in c?
Is flag a keyword in c?
Which type of language is c?
Explain how do you determine whether to use a stream function or a low-level function?
Table of Sudoku n*n
What is the difference between text and binary modes?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
Diff between for loop and while loop?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.