What is ## preprocessor operator in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does %c mean in c?
What is an object?
program to print circle structure
what is the most appropriate way to write a multi-statement macro?
What does struct node * mean?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
what are bps & baud rates? differentiate these two?
write a program to display all prime numbers
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }