Are pointers integer?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
State the difference between realloc and free.
write a function which accept two numbers from main() and interchange them using pointers?
WHAT IS C?
Write a program for Overriding.
What is LINKED LIST? How can you access the last element in a linked list?
what is c
write a c program to find biggest of 3 number without relational operator?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
Why do we use pointer to pointer in c?