What is array of pointers to string?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the meaning of c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
what is meant by c
Place the #include statement must be written in the program?
Explain the difference between call by value and call by reference in c language?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
How do you access command-line arguments?
Can an array be an Ivalue?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
What should be keep precautions while using the recursion method?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?