Answer Posted / musa
(dc*b+e-)a/
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Do variables need to be initialized?
Can a program have two main functions?
What is the process to generate random numbers in c programming language?
Why is c not oop?
What are the 3 types of structures?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
How old is c programming language?
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
what is a constant pointer in C
Why do we use c for the speed of light?
Why is %d used in c?
What is the most efficient way to count the number of bits which are set in an integer?
What is preprocessor with example?
How do you redirect a standard stream?