Hai sir,
I had planned to write the NIC scientific engineer exam ,
plz post the sample question......
No Answer is Posted For this Question
Be the First to Post Answer
ratio,age,persentage
Why do we use main function?
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
Differentiate between static and dynamic modeling.
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What is difference between union and structure in c?
What are the key features in c programming language?
In which area global, external variables are stored?
What is wrong with this initialization?
write a addition of two no. program with out using printf,scanf,puts .
What is spaghetti programming?