INDUSTRIAL AUTOMATION | Fifth Semester Electrical Engineering | As per SBTE Bihar Syllabus
1. Describe operation of solenoid valve with neat diagram. 2. Explain c…
for loop is used to execute statement or group of statements repeatedly. It is…
Read moreAutomatic variables: These are declared inside a function in which they are to …
Read moreWrite a „C‟ program to define a structure „cricket‟ having structure members as…
Read more#include<stdio.h> #include<conio.h> void main() { char str[10],ch; …
Read moreelse if ladder is used to take a multipath decision. It is used in a program w…
Read more#include<stdio.h> #include<conio.h> void main() { float m1,m2,m3,to…
Read moreIn C, pointer holds address of a value, so there can be arithmetic operations o…
Read moreDifferentiate between call by value and call by reference methods. Call by valu…
Read moreWrite a „C‟ program to display cube of 1 to 10 numbers using loop. (Note: Any …
Read moreConditional operator is represented with ternary operator pair"?". It…
Read moreCommand line arguments are given after the name of the program in command-line …
Read more#include<stdio.h> struct Person { char name[20]; int age; }; main() { st…
Read more(i) strcmp( ) : It is a string function, which is used to compare the contents…
Read more#include<stdio.h> main() { int n; clrscr(); printf("enter any number…
Read moreIncrement operator: Increment operator (++) is a unary operator. It operates on…
Read moreDefinition : Pointer: Pointer is a variable that stores the address of another …
Read moreWrite a „C‟ program to display fibbonacci series using recursion. (Note: Any ot…
Read moreThe different categories of functions are: 1. Function without arguments with…
Read more#include<stdio.h> main() { int a[10]; int i,min=0; clrscr(); printf(…
Read moreDescribe with example in which case do-while loop is most suitable than while l…
Read more
1. Describe operation of solenoid valve with neat diagram. 2. Explain c…
(i) Camber: It is the tilt of car wheels from the vertical when viewed fro…
Social Plugin