what do the 'c' and 'v' in argc and argv stand for?
No Answer is Posted For this Question
Be the First to Post Answer
How macro execution is faster than function ?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
What are the advantage of c language?
What are the advantages and disadvantages of c language?
What is difference between class and structure?
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
What are pointers in C?
Whats s or c mean?
Describe the header file and its usage in c programming?