Answer Posted / honey
c language is a most powerfull language because its include
both feature (hardwere and softwere)which included both
progam are written in C language.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What are valid signatures for the Main function?
Write a program to print “hello world” without using semicolon?
What is the explanation for prototype function in c?
What is a list in c?
What is indirection? How many levels of pointers can you have?
How to declare pointer variables?
What is class and object in c?
how to construct a simulator keeping the logical boolean gates in c
Write a program to generate the Fibinocci Series
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'); }
How do you generate random numbers in C?
Why do we use header files in c?
Compare interpreters and compilers.
What is define c?
What is wrong with this code?