how many argument we can pas in in a function
Answer Posted / vrushali
It is 127 as told by K & R
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the sizeof () a pointer?
Explain 'far' and 'near' pointers in c.
Explain what are preprocessor directives?
What are 'near' and 'far' pointers?
What is the heap in c?
How was c created?
What is the use of static variable in c?
Is c a great language, or what?
What is the difference between scanf and fscanf?
Explain how do you print only part of a string?
What is the difference between local variable and global variable in c?
What is an identifier?
What is scope and lifetime of a variable in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Process by which one bit pattern in to another by bit wise operation is?