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
In which layer of the network datastructure format change is done
write a program to create a sparse matrix using dynamic memory allocation.
What is the acronym for ansi?
Write a program of prime number using recursion.
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is strcpy() function?
how to find anagram without using string functions using only loops in c programming
Array is an lvalue or not?
difference between native and cross compilers
What does malloc () calloc () realloc () free () do?
How are Structure passing and returning implemented by the complier?
What is the purpose of sprintf?
What is default value of global variable in c?
List the different types of c tokens?