How we can write a value to an address using macro..?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the role of this pointer?

0 Answers  


What is C language ?

0 Answers   Jekson,


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


Explain how do you print only part of a string?

0 Answers  






what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


What is the use of keyword VOLATILE in C?

1 Answers  


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


Categories