Why do we need a structure?
No Answer is Posted For this Question
Be the First to Post Answer
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What are the two forms of #include directive?
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?
How to add two numbers without using semicolon at runtime
How can I run c program?
Explain why can’t constant values be used to define an array’s initial size?
Explain what is the difference between null and nul?
Explain what does the format %10.2 mean when included in a printf statement?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is nested structure with example?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?