Answer Posted / rahul valeja
ITS ZYGOTE THAT CAME FIRST YOU FOOLS...!
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain what is wrong with this program statement?
where are auto variables stored? What are the characteristics of an auto variable?
Is c still used?
How can I insert or delete a line (or record) in the middle of a file?
How can type-insensitive macros be created?
which is an algorithm for sorting in a growing Lexicographic order
Write a program to check armstrong number in c?
What is c definition?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
Explain how can I pad a string to a known length?
What is the benefit of using #define to declare a constant?
Difference between malloc() and calloc() function?
What is the significance of an algorithm to C programming?
Why is extern used in c?
How are variables declared in c?