Explain the use of bit fieild.
No Answer is Posted For this Question
Be the First to Post Answer
1 232 34543 4567654 can anyone tell me how to slove this c question
How can I make it pause before closing the program output window?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Why can’t we compare structures?
What’s the special use of UNIONS?
What are the different types of pointers?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Is c still used?
what are the facialities provided by you after the selection of the student.
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
What is the difference between the local variable and global variable in c?
how to swap two nubers by using a function with pointers?