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 8426There 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.
3740Write a program to print distinct words in an input along with their count in input in decreasing order of their count
2611write 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
3471
What is string concatenation in c?
What are valid operations on pointers?
What is the size of a union variable?
Which driver is a pure java driver
What is the difference between single charater constant and string constant?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Explain how can I make sure that my program is the only one accessing a file?
Write a program to check whether a number is prime or not using c?
What are the main characteristics of c language describe the structure of ac program?
What is structure and union in c?
How can you call a function, given its name as a string?
What are integer variable, floating-point variable and character variable?
Why is c called c not d or e?
Why can't I perform arithmetic on a void* pointer?
What is advantage of pointer in c?