Pointer with String in C Language part-4-c-i


O LEVEL -PAPER 3rD -- M3-R4


C  LANGUAGE



OBJECTIVES


Pointer Basics

Extended Concept of Pointer


Pointer's Arithmetic


APPLICATION OF POINTER

1-Call by Reference with pointer

2-Pointer with Array



APPLICATION OF POINTER

                                      (check my previous post for above pointer chapter)





3- POINTER WITH STRING


A-CHAR CONSTANT :-





B- STRING CONSTANT




EXAMPLE:--


WRITE A FUNCTION TO CALCULATE  LENGTH OF  A STRING



OUTPUT 

8



IF  THIS ARTICLE IS HELPFUL TO YOU OR HAVE ANY QUERY THEN PLEASE SHARE AND COMMENTS.


Comments

Popular posts from this blog

Important Announcements(download all my book free)

O LEVEL- INTERNET TECHNOLOGY & WEB DESIGN

Call by Reference with Pointer in C Language part-4-a