What is optimization in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by operator precedence?
what is c++ programming?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
print a "hello" word without using printf n puts in c language
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,
How many types of operators are there in c?
What is difference between static and global variable in c?
What are the types of pointers in c?
why do we use pointer instead directly acessing the data?
How can you draw circles in C?
The file stdio.h, what does it contain?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }