Showing posts with label C. Show all posts
Showing posts with label C. Show all posts

Sunday, 18 October 2020

C program to read a name from keyboard and display it on the screen

October 18, 2020 Posted by Knowledge Bite , No comments
 Hello FriendsToday i will tell you about the String's in the 'C' Language. String's are basically Character Array. Examples of of string constantschar name[]={'K','N','O','W','L','E','D','G','E','\0'};char name[]="KNOWLEDGE";It is a string constant of one dimensional array of characters which is terminated by null ('\0');here '\0' is called the null character in it \n indicates that what...

Sunday, 1 November 2015

Practical File Of C

November 01, 2015 Posted by Knowledge Bite , , No comments
INDEX Sr.No. Title Signature Date 1. WAP TO PRINT A MESSAGE ON THE SCREEN 2. WAP TO ADD TWO NUMBERS  3. WAP TO SUBTRACT  TWO NUMBERS  4. WAP TO MULTIPLY TWO NUMBERS  5. WAP TO DIVIDE TWO NUMBERS ...