Explain #pragma in C.
Answer / nashiinformaticssolutions
A compiler-specific directive used for special purposes like disabling warnings.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the acronym for ansi?
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
how to find turn around time in operating system?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Differentiate between the expression “++a” and “a++”?
What is an expression?
What is bubble sort in c?
write a program for egyptian fractions in c?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
What do you mean by recursion in c?
What is the difference between abs() and fabs() functions?
what value is returned to operating system after program execution?