BIT102 C Programming
BIT · Semester 13 credit hours
C Programming BIT102
SyllabusComing soonUnits and teaching hours for this subject.Open NotesBeing writtenUnit-by-unit notes with examples.Open Old Questions59 questionsFrom TU Board 2083, TU Board 2080, TU Board 2079 and moreOpen MCQ PracticeComing soonAnswer, see if you’re right straight away, and read why.Open
Recent old questions
What is structure? Why do we need it? Write a program to add two distances given in meter and centimeter format using structure.TU Board 208310How do you declare and initialize pointer? Write a program to find first and second largest element from an array using pointer.TU Board 208310Why do we need external function? Distinguish between local and global variables. Write a function to find the average of five given integers using function.TU Board 208310Write a program to copy the content of one file to another in a reverse manner.TU Board 20835