Knowledge in C programming language

computer programming Assignment of arrays,functions

Decision making and Branching: if-else, switch-case, Looping: While-do, for, do-while etc., nesting of loops. Introduction to Arrays, Structures, Pointers, Files , Functions, Recursion.

PROGRAMMING

THIS PDF CONTAINS NOTES OF PROGRAMMING

PROGRAMMING

THIS PDF CONTAINS NOTES OF PROGRAMMING

FUNDAMENTALS OF COMPUTER SCIENCE

THIS pdf contains notes and content of fundamentals of computer science

If-Else Loop and Switch

The content of the slides contain:- Control Statement if if – else Nested if- else Ladder if else Switch Along with the topics covered, examples of each of the loop type along with their algorithm and flowchart is provided. It is specifically made by a faculty at VJTI for C++ learners and the first-year engineering students who have C++ or C in their curriculum. The presentation is made purely for learning and focuses on helping achieve good grades in exams.

c problems

hello friends ,here i am uploaded some important questions based on c programming language ,which are asked by companies during placement ,I hope it will be very much useful to all of you

C programming problem 2

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to assign values of two numbers and print their sum.

C programming problem 3

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to accept values of two numbers and print their sum.

C programming problem 4

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to print simple interest.

C programming problem 5

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to accept value of radius and print the area of circle.

C programming problem 6

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to accept a number from user and print its square and cube.