What does int main () mean?
No Answer is Posted For this Question
Be the First to Post Answer
What is NULL pointer?
What is the difference between fread buffer() and fwrite buffer()?
Give the rules for variable declaration?
What is a segmentation fault?
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.
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Hai why 'c' is the middle language
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
write a program to swap two variables a=5 , b= 10 without using third variable
How can a program be made to print the line number where an error occurs?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.