What is header file in c?
No Answer is Posted For this Question
Be the First to Post Answer
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is the difference between constant pointer and constant variable?
How we can set and clear bit in a byte using macro function?
Suggesting that there can be 62 seconds in a minute?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
Why do u use # before include in a C Progam?
What is the right type to use for boolean values in c?
What does static mean in c?
What is wrong with this program statement?
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
Is fortran still used today?