typedef struct{
char *;
nodeptr next;
} * nodeptr ;
What does nodeptr stand for?
No Answer is Posted For this Question
Be the First to Post Answer
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Differentiate between calloc and malloc.
What are the different types of C instructions?
Where in memory are my variables stored?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is the use of bitwise operator?
character array A[12] can hold
which type of question asked from c / c++ in interview.
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
can any one tel me wt is the question pattern for NIC exam
What is the modulus operator?
String concatenation