typedef struct{
char *;
nodeptr next;
} * nodeptr ;
What does nodeptr stand for?
No Answer is Posted For this Question
Be the First to Post Answer
Can we increase size of array in c?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
How to create struct variables?
program to find the ASCII value of a number
What is a lvalue
How to set a variable in the environment list?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
write a program for egyptian fractions in c?
Can we compile a program without main() function?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
Why header file is used in c?
Why can’t constant values be used to define an array’s initial size?