how many error occurs in C language ?
Answer Posted / umesh
all ans is currect
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a macro in c preprocessor?
What's the best way of making my program efficient?
Explain the use of keyword 'register' with respect to variables.
Explain how can I manipulate strings of multibyte characters?
How are strings stored in c?
explain what are pointers?
What is volatile variable how do you declare it?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Do you know pointer in c?
What are register variables in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the use of pointers in C?
Explain how are 16- and 32-bit numbers stored?
Explain what math functions are available for integers? For floating point?
Who invented bcpl language?