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
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
Total of how many functions are available in c?
What is difference between static and global variable in c?
can you change name of main()?how?
what type of errors are checked during compilation
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
when user give a number it multiply with 9 without useing '+' and '*' oprator
What is a function simple definition?
What are the types of type qualifiers in c?
What are the 5 types of inheritance in c ++?
what is the format specifier for printing a pointer value?