What is integer constants?
i want to job in your company, so how it will be possible.
Is it valid to address one element beyond the end of an array?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
What does %2f mean in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
Is there any possibility to create customized header file with c programming language?
why arithmetic operation can’t be performed on a void pointer?
What is %lu in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is %d called in c?
What are pointers? Why are they used?