what is the structure pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Do you know the use of 'auto' keyword?
What is the relationship between pointers and data structure?
Why do we use int main?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
c program to arrange digits in a no in ascending and descending order
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
what is uses of .net
What is the difference between getch() and getche()?
How can I open files mentioned on the command line, and parse option flags?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)