who is first prime minister in india??

Answer Posted / pressi

Pandit jawaharlal Nehru

Is This Answer Correct ?    48 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why do some people write if(0 == x) instead of if(x == 0)?

655


What is the process of writing the null pointer?

608


Explain what is the most efficient way to store flag values?

701


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

656


What are directives in c?

549






What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

813


What is property type c?

606


Explain the Difference between the New and Malloc keyword.

689


What is function definition in c?

589


What are the advantages of union?

628


What does the file stdio.h contain?

608


What is meant by initialization and how we initialize a variable?

588


Can a pointer be volatile in c?

536


#include { printf("Hello"); } how compile time affects when we add additional header file .

1425


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1634