How do you determine whether to use a stream function or a low-level function?
No Answer is Posted For this Question
Be the First to Post Answer
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
How can I access memory located at a certain address?
What is far pointer in c?
What does c mean?
Explain what are header files and explain what are its uses in c programming?
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
write a program in c language for the multiplication of two matrices using pointers?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Is fortran still used today?
What is pass by reference in functions?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
What are the differences between Structures and Arrays?