What are Storage Classes in C ?
Answer Posted / mustaffa hasan
what are file reading and coping
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
What is the meaning of 2d in c?
Is there a way to compare two structure variables?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What are multibyte characters?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Explain built-in function?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is the difference between text and binary modes?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Is the exit() function same as the return statement? Explain.
What is const keyword in c?
Tell me the use of bit field in c language?
Is boolean a datatype in c?