C programming, access char in a string with pointers -


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

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

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

Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -