Why c is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
what is the difference between procedure oriented and object oriented progaming language
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
what is array?
how to swap four numbers without using fifth variable?
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
What are the complete rules for header file searching?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
When the macros gets expanded?
Three major criteria of scheduling.