Why doesnt the call scanf work?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between postfix and prefix unary increment operators?
What are the different types of constants?
WHO WROTE C LANGUAGE?
Do array subscripts always start with zero?
Do string constants represent numerical values?
What is a union?
can you change name of main()?how?
Give me the code of in-order recursive and non-recursive.
Program to find the value of e raised to power x using while loop
which will be first in c compiling ,linking or compiling ,debugging.
What is a program flowchart and how does it help in writing a program?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.