largest Of three Number using without if condition?
No Answer is Posted For this Question
Be the First to Post Answer
How we can set and clear bit in a byte using macro function?
Can you subtract pointers from each other? Why would you?
How do you print only part of a string?
suppose there are five integers write a program to find larger among them without using if- else
When was c language developed?
Differentiate between calloc and malloc.
What is the difference between pure virtual function and virtual function?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
Explain how can you be sure that a program follows the ansi c standard?
Explain how can type-insensitive macros be created?
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
a simple program in c language