Salman Haidar

Salman Haidar is a former Indian Diplomat. He has served as the Foreign Secretary of India.[1] His tenure was from 1 March 1995 to 30 June 1997.

Salman Haidar
20th Indian Foreign Secretary
In office
1 March 1995  30 June 1997
Preceded byKrishnan Srinivasan
Succeeded byK. Raghunath
Personal details
Born1937
Madras, India
Spouse(s)Kusum
ChildrenNadeem Haidar and Navina Najat Haidar
OccupationDiplomat and Scholar

Personal life

He has a son, Nadeem Haidar (SOAS alumnus) and a daughter, Navina Najat Haidar, author and art curator at the Metropolitan Museum of Art, New York.[2][3] Nadeem Haidar is married to Suhasini Haider, daughter of BJP politician Subramanian Swamy. Suhasini Haidar is a well known journalist and former CNN-IBN anchor.[4][5]

See Also

gollark: You can just suggest a command?
gollark: Honestly, the code is kind of a mess right now.
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.

References

[1] http://www.jantakareporter.com/entertainment/angry-subramanian-swamy-says-his-journalist-daughter-has-not-converted-to-islam-calls-own-party-supporter-buffoon/240257/


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.