Explain how do you determine a file’s attributes?
No Answer is Posted For this Question
Be the First to Post Answer
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Is array a primitive data type in c?
Explain following declaration int *P(void); and int (*p)(char *a);
What are the 5 types of organizational structures?
What are pointers? What are stacks and queues?
Write a program to reverse a given number in c language?
What is the translation phases used in c language?
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
Explain modulus operator.
write a program to print calender using for loop.
What is a pointer variable in c language?
How can I allocate arrays or structures bigger than 64K?