When a c file is executed there are many files that are automatically opened what are they files?
No Answer is Posted For this Question
Be the First to Post Answer
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; }
Write a program that can show the multiplication table.
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Differentiate b/w Modify and Update commands giving example.
Explain what is the difference between #include and #include 'file' ?
Do you know what are bitwise shift operators in c programming?
explain what are actual arguments?
Can static variables be declared in a header file?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Identify the operators that is not used with pointer a. && b. # c. * d. >>
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
main difference between c and c++ language