What is preprocessor with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is extern c used for?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What are the uses of a pointer?
who is the father of c
write a program to print largest number of each row of a 2D array
State the difference between x3 and x[3].
How can I remove the trailing spaces from a string?
name the language for writing c compiler?
What are the key features in c programming language?
what is the use of call back function in c?tell me with example
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason