How will you allocate memory to a double pointer ?
Answers were Sorted based on User's Feedback
Does c have function or method?
What are the complete rules for header file searching?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
What is a substring in c?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
Explain what are the __date__ and __time__ preprocessor commands?
What is queue in c?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
Do you know pointer in c?
What is define c?
why arithmetic operation can’t be performed on a void pointer?