Answer Posted / baskar p
C is called a Procedural language because step by step implementation takes place.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are pointers? What are different types of pointers?
Is c is a procedural language?
What is the difference between fread buffer() and fwrite buffer()?
Define VARIABLE?
How can you tell whether a program was compiled using c versus c++?
What is the scope of global variable in c?
When can you use a pointer with a function?
What is the c language function prototype?
what is the diffrenet bettwen HTTP and internet protocol
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
State the difference between x3 and x[3].
What is void pointers in c?
What is structure pointer in c?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
How will you declare an array of three function pointers where each function receives two ints and returns a float?