What is structure padding and packing in c?
No Answer is Posted For this Question
Be the First to Post Answer
What type is sizeof?
What are the different types of pointers?
wats SIZE_T meant for?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is difference between structure and union in c?
write a program which will count occurance of a day between two dates.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
How can I write a function analogous to scanf?
What is the difference between CV and Resume ?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }