#define f(g,g2) g##g2
main()
{
int var12=100;
printf("%d",f(var,12));
}
Answer Posted / susie
Answer :
100
Is This Answer Correct ? | 39 Yes | 2 No |
Post New Answer View All Answers
Write a routine to implement the polymarker function
What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
How do you verify if the two sentences/phrases input is an anagram using predefined functions in string.h and by using arrays?
Cluster head selection in Wireless Sensor Network using C programming language.
Develop a routine to reflect an object about an arbitrarily selected plane
how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.
Sir... please give some important coding questions asked by product companies..
How can you relate the function with the structure? Explain with an appropriate example.
What is full form of PEPSI
write a simple calculator c program to perform addition, subtraction, mul and div.
Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?
Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??
Design an implement of the inputs functions for event mode
how to test pierrot divisor