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 8256There 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.
3684Write a program to print distinct words in an input along with their count in input in decreasing order of their count
2567write 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 are linker error?
Do array subscripts always start with zero?
What is the full form of getch?
How do you determine the length of a string value that was stored in a variable?
What is the difference between null pointer and wild pointer?
Are the variables argc and argv are always local to main?
Explain c preprocessor?
Differentiate between functions getch() and getche().
What is the c language function prototype?
In C programming, what command or code can be used to determine if a number of odd or even?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is null pointer constant?
What is main () in c?
When is a “switch” statement preferable over an “if” statement?
How can I send mail from within a c program?