WAP to accept rollno,course name & marks of a student &
display grade if total marks is above 200?

Answer Posted / kundan

wap a program find out bawchera dital

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Should I learn data structures in c or python?

571


What are header files and what are its uses in C programming?

623


How many parameters should a function have?

658


What is the benefit of using #define to declare a constant?

599


Why is %d used in c?

559






Define macros.

772


Where static variables are stored in c?

579


What is advantage of pointer in c?

681


Which is better between malloc and calloc?

662


How to draw the flowchart for structure programs?

8755


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1755


all c language question

1860


What are pointers? What are stacks and queues?

571


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2232


develop algorithms to add polynomials (i) in one variable

1728