Is a pointer a kind of array?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between new and malloc functions?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
What functions are in conio h?
What is the difference between printf and scanf in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Explain what are multibyte characters?
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
simple program for virtual function?
difference between native and cross compilers
what is void pointer?
if p is a string contained in a string?