What is the difference between arrays and pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What is a pointer?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
What is c++ used for today?
Why do we use & in c?
What are the 5 data types?
can u give me the good and very optimised code for a car racing game?
What is meant by 'bit masking'?
What is the diffrent between while and do while statement ?
int *a[5] refers to
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.