Answer Posted / yuvaraj
# is nothing but a symbol which denote starting of preprocessor i.e its an syntax like comment line /*
| Is This Answer Correct ? | 5 Yes | 14 No |
Post New Answer View All Answers
Can the “if” function be used in comparing strings?
Explain modulus operator.
Is it cc or c in a letter?
What is the purpose of the preprocessor directive error?
Hai what is the different types of versions and their differences
What is malloc return c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is bash c?
Explain how do you convert strings to numbers in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
while initialization of array why we use a[][2] why not a[2][]...?
How can I split up a string into whitespace-separated fields?
Why c is called object oriented language?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What's the best way of making my program efficient?