In C, What is the #line used for?
Answers were Sorted based on User's Feedback
The #line directive tells the preprocessor to set the compiler's reported values for the line number and filename to a given line number and filename.
| Is This Answer Correct ? | 2 Yes | 0 No |
The #line directive tells the preprocessor to set the compiler's reported values for the line number and filename to a given line number and filename.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Why is c platform dependent?
c program to compute AREA under integral
Can we change the value of static variable in c?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
write a c program that prints all multiples of 3between 1 and 50.
consagous technology placement paper
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
How to Throw some light on the splay trees?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
What is static identifier?