Are the variables argc and argv are always local to main?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between struct and typedef struct in c?
What is the difference between the local variable and global variable in c?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
write a c program to store and print name,address,roll.no of a student using structures?
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
main difference between c and c++ language
Simplify the program segment if X = B then C ← true else C ← false
What is #define in c?
What is the purpose of type declarations?
what is difference between c and c++