What is the use of bit field?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of #pragma exit?
What the different types of arrays in c?
What is a pragma?
Can you please explain the difference between exit() and _exit() function?
Is javascript written in c?
Explain how do you determine whether to use a stream function or a low-level function?
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
main() { int i; printf("%d",i^i); }
What is putchar() function?
Write a c program to demonstrate Type casting in c?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
how can i print "hello"