Latest Answer: there is no way to process an entire string.it has to be done char by char ...
Latest Answer: They all are User defined data types not the standered data types. ...
Latest Answer: Yes, a simple exp is the link list. ...
Latest Answer: There is no way you can compare the two structure variables.for Ex:stucture test a, b; if (a == b) // is wrong, we can't compair structure as whole.Instread, we should compare individual members of the structures. ...
Latest Answer: This is implemented similar to the way normal data typr passing and returning implemented. It is always good to pass pointer to structure rather than entire structure, ...
Latest Answer: Use fread() and fwrite() ...
Latest Answer: Enumeration provide convenient way to associate constant values with names , an alternative to #define with advantage that the values can be generated for you. Although variables of enum types may be declared , compilers need not check that what you store ...
Latest Answer: in "argc" c for argument count and in argv v for argument vector . ...
Latest Answer: yes they are local to main ...
What is the maximum combined length of command line arguments including the space between adjacent arguments?
View page << Previous 13 14 15 16 [17] 18 19 20 21 22 Next >>

Go Top