macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answers were Sorted based on User's Feedback
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
What is hashing in c language?
Explain what is dynamic data structure?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
What is stack in c?
Is register a keyword in c?
What is the meaning of c in c language?
What are local static variables?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
How can I insert or delete a line (or record) in the middle of a file?
What is the best way of making my program efficient?
Why ordinary variable store only one value