What are the 4 types of programming language?
No Answer is Posted For this Question
Be the First to Post Answer
formula to convert 2500mmh2o into m3/hr
What is the ANSI C Standard?
How do I get a null pointer in my programs?
Explain spaghetti programming?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
Explain how do you search data in a data file using random access method?
How are structure passing and returning implemented?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
Q-1: 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.
is assignment operator is arithmatic or not