Answer Posted / manu
c is a highlevel language,c is a basic language of all
other languages,
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Add Two Numbers Without Using the Addition Operator
Why main function is special give two reasons?
How many loops are there in c?
Is null valid for pointers to functions?
How to write c functions that modify head pointer of a linked list?
What is static identifier?
Explain what are linked list?
List some basic data types in c?
write a program to find the given number is prime or not
Is c pass by value or reference?
When a c file is executed there are many files that are automatically opened what are they files?
What is bash c?
Write a program to find the biggest number of three numbers in c?
In a switch statement, what will happen if a break statement is omitted?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays