Why is it important to memset a variable, immediately after
allocating memory to it ?
No Answer is Posted For this Question
Be the First to Post Answer
which is an algorithm for sorting in a growing Lexicographic order
I heard that you have to include stdio.h before calling printf. Why?
What are the Advantages of using macro
write a program to interchange the value between two variable without using loop
What are the types of pointers?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
what does ‘#include’ mean?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
How do you declare a variable that will hold string values?
what is the use of operator ^ in C ? and how it works?
What is a class c rental property?
Tell me when would you use a pointer to a function?