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 6594There 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.
3243Write a program to print distinct words in an input along with their count in input in decreasing order of their count
2112write 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
2991
What is the difference between array and structure in c?
What does s c mean in text?
write a progrmm in c language take user interface generate table using for loop?
Explain what’s a signal? Explain what do I use signals for?
What is boolean in c?
what is the structure pointer?
If errno contains a nonzero number, is there an error?
Explain logical errors? Compare with syntax errors.
Is c high or low level?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
why programs in c are running with out #include
What is the difference between single charater constant and string constant?
What is the difference between a string and an array?
Tell me when would you use a pointer to a function?
What is c definition?