Answer Posted / kalyan chukka
C Language Means Computer Language
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the valid places to have keyword “break”?
Explain how do you print only part of a string?
What are shell structures used for?
What is the difference between text files and binary files?
What is a structural principle?
What is the purpose of void pointer?
What is c standard library?
Explain what happens if you free a pointer twice?
What are operators in c?
Do variables need to be initialized?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What are derived data types in c?
Why do we use return in c?
Explain what is the difference between a string and an array?
Explain what is meant by 'bit masking'?