Answer Posted / cynthia,1st b.sc.,itm
option d)+
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What are the advantages of using macro in c language?
Why is struct padding needed?
What is scope and lifetime of a variable in c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What are pointers? Why are they used?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What does s c mean on snapchat?
What is the description for syntax errors?
What is the difference between formatted&unformatted i/o functions?
What is a static function in c?
Implement bit Array in C.
What is data types?
What are data types in c language?
When should you not use a type cast?
Write a Program to find whether the given number or string is palindrome.