What are types of functions?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What is default value of global variable in c?
what is meant by flushll() in c programming?
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); }
Why is main function so important?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
How do I create a directory? How do I remove a directory (and its contents)?
Explain how can I pad a string to a known length?
What are the preprocessor categories?
can we store values and addresses in the same array? explain
Is file a keyword in c?
Is it valid to address one element beyond the end of an array?