who is first prime minister in india??

Answer Posted / sathish kumar

pandit jawaharlal nehru

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is union and structure in c?

619


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

781


What is a method in c?

629


What is the difference between call by value and call by reference in c?

621


What are the advantages of using new operator as compared to the function malloc ()?

759






What functions are used for dynamic memory allocation in c language?

603


What are the features of the c language?

649


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

667


ATM machine and railway reservation class/object diagram

4806


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1574


Can we access array using pointer in c language?

647


Is the exit() function same as the return statement? Explain.

665


How can you allocate arrays or structures bigger than 64K?

684


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1499


What is operator precedence?

645