typedef struct{
char *;
nodeptr next;
} * nodeptr ;
What does nodeptr stand for?
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
Explain the use of bit fieild.
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
What does c mean before a date?
What are the advantages of using Unions?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
write a program to print infinte number
How. To pass the entrance test
Explain how are 16- and 32-bit numbers stored?
Why doesnt this code work?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
What is assignment operator?