Answer Posted / d
c language is middlelevel langauage
it follows
higher and low level language
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is c programming structure?
What is array within structure?
Difference between malloc() and calloc() function?
What are near, far and huge pointers?
Explain what are global variables and explain how do you declare them?
What is property type c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is the benefit of using const for declaring constants?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
what is the function of pragma directive in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
How can I implement a delay, or time a users response, with sub-second resolution?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What are the different categories of functions in c?
Which function in C can be used to append a string to another string?