Answer Posted / manish soni tagore collage jai
size of integer is
sizeof(int);
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the size of structure in c?
Describe the order of precedence with regards to operators in C.
What does 1f stand for?
How many types of operator or there in c?
Can two or more operators such as and be combined in a single line of program code?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How can I prevent another program from modifying part of a file that I am modifying?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What are the different types of endless loops?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is the difference between int main and void main in c?
What is auto keyword in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above