how many argument we can pas in in a function
Answer Posted / sivakumar
We can pass many arguments.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What does struct node * mean?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What are pointers? What are stacks and queues?
What is volatile, register definition in C
What is the difference between arrays and pointers?
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
Why is c fast?
what is stack , heap ,code segment,and data segment
Explain what are linked list?
Which one would you prefer - a macro or a function?
What is typeof in c?
Explain void pointer?