Explain the use of bit fieild.
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
Why doesnt that code work?
How is a pointer variable declared?
write a program to print %d ?
what is the use of operator ^ in C ? and how it works?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What are the usage of pointer in c?
Write a program to print numbers from 1 to 100 without using loop in c?
how to print "hai" in c?
writ a program to compare using strcmp VIVA and viva with its output.
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,