Interview/Viva Question of C language - Part I 1. What is the C language? -> C is a high-level structure oriented programming...
Home
C language
Showing posts with label C language. Show all posts
Showing posts with label C language. Show all posts
Program for the addition of two numbers
1. W.A.P. for the addition of two numbers. #include<stdio.h> #include<conio.h> main() { int num1...
Program for the addition of two numbers
Check the given number is ODD or EVEN. The number is even only if number divided by 2 and the remainder is 0. #include<stido.h...
Revers of number by using C
Suppose we are considering Digit 234. We have output 43 #include<stdio.h> #include<conio.h> main() { ...
Program for Sum of Digit using C language
Suppose we are considering Digit 234. We have output 2+3+4 = 9 #include<stdio.h> #include<conio.h> main() { ...
Fundamentals of C language
C is a procedural programming language to develop scientific, Engineering applications, and device drivers.C language is also used t...
Subscribe to:
Posts
(
Atom
)
Important of Database privilages
Database privileges Privileges are the right or permission to execute particular SQL statements. System Se...