C programming, access char in a string with pointers -


यदि मेरे पास यह कोड ब्लॉक है

  char * array [] = {"element1" , "एलिमेंट 2"}; चार * पी; चार * पीसी;  

मैं पहली स्ट्रिंग "element 1" * p को इंगित कैसे कर सकता हूं और
मैं कैसे इंगित कर सकता हूं * पीसी दूसरे स्ट्रिंग के दूसरे अक्षर के लिए एल
और उसके बाद printf का उपयोग करके उन दोनों को प्रिंट करें

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -