How important is structure in life?
No Answer is Posted For this Question
Be the First to Post Answer
What is the mean of this statement:: if(int i=0 * i=9)
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
what is differnence b/w macro & functions
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Do you have any idea about the use of "auto" keyword?
Are negative numbers true in c?
Tell us bitwise shift operators?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
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,
what are the uses of structure?
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }