What is default value of global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to make program without <> in libray.
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
What is the explanation for modular programming?
Is c object oriented?
What is uint8 in c?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
why TCS selected more student in the software field from all institution.
What does. int *x[](); means ?
How can you find the exact size of a data type in c?
Can a variable be both const and volatile?
How to access or modify the const variable in c ?
16 Answers HCL, HP,