Can we access array using pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
How the C program can be compiled?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What are void pointers in c?
What does calloc stand for?
What is the most efficient way to count the number of bits which are set in a value?
What is the use of printf() and scanf() functions?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Why is c called "mother" language?
What are the advantages of union?
What is meant by int main ()?
how to find out the reverse number of a digit if it is input through the keyboard?