Answer Posted / mayank
computer is a electronic m/c which can solve
calculations,alfabatical and numeric problems.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Lists the benefits of c programming language?
What are the advantages of using Unions?
What is const and volatile in c?
How can I send mail from within a c program?
Explain enumerated types.
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What are pointers really good for, anyway?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What are the different data types in C?
How do I get a null pointer in my programs?
How to define structures? ·
Write a program to print all permutations of a given string.
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'); }
write a program to generate address labels using structures?
What are the 4 types of programming language?