Answer Posted / ramesh k
c is a operating system programming language.
it is know about the system configuration of execute program
and control it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is ## preprocessor operator in c?
how to find anagram without using string functions using only loops in c programming
What is action and transformation in spark?
Why is event driven programming or procedural programming, better within specific scenario?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Should I learn data structures in c or python?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is the difference between malloc() and calloc() function in c language?
How do you use a 'Local Block'?
Explain what is the difference between functions getch() and getche()?
Why is c fast?
What is call by value in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the size of structure pointer in c?