What is default value of global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is queue in c?
Subtract Two Number Without Using Subtraction Operator
Can a pointer be null?
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,
How will you allocate memory to double a pointer?
What is structure in c language?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
How do you use a 'Local Block'?
Explain two-dimensional array.
Why & is used in c?
What is Your Name :)
1. main() { printf("%d",printf("HelloSoft")); } Output?