Answer Posted / vijay zanvar
See: http://www.geocities.com/vijoeyz/faq/c/padding.txt
Best,
Vijay Zanvar,
Home Page - http://geocities.com/vijoeyz/
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
explain how do you use macro?
Is printf a keyword?
Define circular linked list.
Explain zero based addressing.
How can I call a function with an argument list built up at run time?
Explain what are compound statements?
What is wild pointer in c with example?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
write a proram to reverse the string using switch case?
What is the meaning of c in c language?
Compare array data type to pointer data type
Can you write the algorithm for Queue?
Should I learn c before c++?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Write a program to reverse a given number in c language?