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
What is a class?
What is the difference between %d and %i?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is the difference between malloc() and realloc()?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Do you know the use of fflush() function?
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
How pointer is benefit for design a data structure algorithm?
Why pointers are used in c?
Suggesting that there can be 62 seconds in a minute?
Write a program of advanced Fibonacci series.
What's the best way to declare and define global variables?