who is first prime minister in india??

Answer Posted / sunny_baldota@yahoo.co.in

Jawaharlal Nehru

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does struct work in c?

611


What is double pointer in c?

589


Explain how can I convert a string to a number?

643


Explain how can type-insensitive macros be created?

572


What are the advantages and disadvantages of c language?

562






Explain 'far' and 'near' pointers in c.

706


Why pointers are used?

633


What is the purpose of scanf() and printf() functions?

725


Explain the advantages of using macro in c language?

582


What is ## preprocessor operator in c?

615


How can I remove the trailing spaces from a string?

616


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

679


Write a Program to find whether the given number or string is palindrome.

613


What is the use of ?: Operator?

667


Write a progarm to find the length of string using switch case?

1612