explain what are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
how to convert an char array to decimal array
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Explain what are global variables and explain how do you declare them?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Write a program to check prime number in c programming?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
what is pointer?
What are the types of pointers in c?
Program to find largest of three numbers without using comparsion operator?
write a program to display all prime numbers
Can a pointer point to null?