[program-l] looking up the documentation for any keyword in C

  • From: Adil Shaikh <ah.shaikh97@xxxxxxxxx>
  • To: "program-l@xxxxxxxxxxxxx" <program-l@xxxxxxxxxxxxx>
  • Date: Thu, 1 Nov 2018 18:49:34 +0530

Hi all!
I’ve learnt python where I was able to use interactive python interpreter and 
get the help for any function, class, class method etc… even, I could see the 
variable type and much more. 
I could use help utility in python interactive session or pydoc utility to get 
the help in python.
Does anyone know, how I can achieve similar facility in c?
If it’s not possible, is there any way to get offline documentation for C?

Best regards 

Other related posts: