How we can write a value to an address using macro..?
No Answer is Posted For this Question
Be the First to Post Answer
What are local static variables? How can you use them?
What is array of pointers to string?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
what is meant by flushll() in c programming?
What is maximum size of array in c?
write a program to find the largest and second largest integer from an array
How do you write a program which produces its own source code as its output?
Is c object oriented?
What is the difference between #include <header file> and #include “header file”?
What is the meaning of ?
How can a number be converted to a string?