All Questions

Language

Follow
Showing 931 - 940 out of 1641 Questions
60 Views

file handling mechanism in c language

Nitin Mereddy 7th Oct, 2021

In programming, we may require some specific input data to be generated several numbers of times. Sometimes, it is not enough to only display the data on the console. The data to be displayed may be very large, and only a limited amount of data can be displayed on the

33 Views

what is recursion in c language

Nitin Mereddy 7th Oct, 2021

Recursion is the process which comes into existence when a function calls a copy of itself to work on a smaller problem. Any function which calls itself is called recursive function, and such function calls are called recursive calls. Recursion involves several numbers of recursive calls. However, it is important

79 Views

cwhat are the basics required to learn c language

Nitin Mereddy 7th Oct, 2021
  • Operators and Expressions
  • Decision Making & Branching & Looping
  • Meaning of all 32 keywords
  • Understand what a linker and loader does
  • Way in which the program gets executed and gets compiled
  • Types of files created during the whole process
  • C tokens(completely)
  • Understand each word ,which is mentioned as C's features
68 Views

control statements in c language

Sree Student Expert 7th Oct, 2021

Hello Srikar,

Control Statements helps in control flow and smooth flow of the program

In C Language there are 4 Control Statements.

Jump statements

Selection statements

Decision making statements

Iteration statements

I hope this information was helpful to you.

All The Best!!

501 Views

array in c language and array types

Nitin Mereddy 7th Oct, 2021

An array is defined as the collection of similar type of data items stored at contiguous memory locations. Arrays are the derived data type in C programming language which can store the primitive type of data such as int, char, double, float, etc. It also has the capability to store

40 Views

c language summary in cse btech

Vivek Kumar 7th Oct, 2021

Hi,

C is a procedural programming language. It was initially developed by Dennis Ritchie in the year 1972. It was mainly developed as a system programming language to write an operating system. The main features of the C language include low-level memory access, a simple set of keywords, and a

85 Views

how c language works in coding

Vivek Kumar 7th Oct, 2021

Hi,

The C programming language is incredibly popular, and it's easy to see why. Programming in C is efficient and gives the programmer a great deal of control. Many other programming languages like C++, Java and Python were developed using C.

Chances are increasing each day that if you're a

52 Views

why should we learn c language

Nitin Mereddy 7th Oct, 2021

As we studied earlier, ‘C’ is a base language for many programming languages. So, learning ‘C’ as the main language will play an important role while studying other programming languages. It shares the same concepts such as data types, operators, control statements and many more. ‘C’ can be used widely

81 Views

history of c language for btech cse

Nitin Mereddy 7th Oct, 2021

The base or father of programming languages is ‘ALGOL.’ It was first introduced in 1960. ‘ALGOL’ was used on a large basis in European countries. ‘ALGOL’ introduced the concept of structured programming to the developer community. In 1967, a new computer programming language was announced called as ‘BCPL’ which stands

62 Views

can someone give me introduction about c language for cse btech

Nitin Mereddy 7th Oct, 2021

C is a general-purpose programming language that is extremely popular, simple, and flexible to use. It is a structured programming language that is machine-independent and extensively used to write various applications, Operating Systems like Windows, and many other complex programs like Oracle database, Git, Python interpreter, and more.

It is

The question have been saved in answer later, you can access it from your profile anytime. Access now