Answer Posted / geetha
ANSI american national standard institution.
ISO=International standard organization
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Where register variables are stored in c?
Why c is a mother language?
Is array a primitive data type in c?
Why is c fast?
What is the difference between NULL and NUL?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What does sizeof function do?
How can I convert a number to a string?
Why doesnt that code work?
What is bash c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Why is sizeof () an operator and not a function?
why we wont use '&' sing in aceesing the string using scanf
What is the difference between a string and an array?
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.