Answer Posted / sivavendra
error
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How to compare array with pointer in c?
What is array in C
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is meant by high-order and low-order bytes?
C program to find all possible outcomes of a dice?
Where static variables are stored in memory in c?
Explain low-order bytes.
How do you override a defined macro?
Can you assign a different address to an array tag?
Lists the benefits of c programming language?
What is difference between %d and %i in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
How do you list files in a directory?
main() { printf("hello"); fork(); }
What is an example of structure?