Answer Posted / padma seenivasan
invalid value in increament
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Explain what is a 'locale'?
What are the different types of C instructions?
What is calloc() function?
How can I remove the leading spaces from a string?
When can a far pointer be used?
Can a file other than a .h file be included with #include?
What is s in c?
How can you call a function, given its name as a string?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What does it mean when a pointer is used in an if statement?
Differentiate between the expression “++a” and “a++”?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
how to create duplicate link list using C???
Is there any data type in c with variable size?
What is mean by data types in c?