Answer Posted / andeep singh
Pointer is faster than array if there is only one pointer used
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of void in c?
Write a program to check palindrome number in c programming?
Not all reserved words are written in lowercase. TRUE or FALSE?
Explain enumerated types in c language?
What is structure packing in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What are the different types of objects used in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
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
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
How can my program discover the complete pathname to the executable from which it was invoked?
how to find anagram without using string functions using only loops in c programming
Is boolean a datatype in c?
Do you know what are bitwise shift operators in c programming?
What is the difference between void main and main in c?