IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
TCS,
5 8255There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
3682Write a program to print distinct words in an input along with their count in input in decreasing order of their count
2565write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
3408
What is use of pointer?
Why malloc is faster than calloc?
What is extern c used for?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
where are auto variables stored? What are the characteristics of an auto variable?
What is the code for 3 questions and answer check in VisualBasic.Net?
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 the difference between structs and unions in c?
How do you use a 'Local Block'?
What are the 4 types of organizational structures?
What is I ++ in c programming?
What are global variables and how do you declare them?
Should I learn c before c++?
plz let me know how to become a telecom protocol tester. thank you.
What is the use of sizeof () in c?