How do you access command-line arguments?
What are the 4 types of unions?
How can you restore a redirected standard stream?
What is static memory allocation?
Explain how can I pad a string to a known length?
Which built-in library function can be used to match a patter from the string?
What is the explanation for modular programming?
What is the difference between class and object in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
What are the different properties of variable number of arguments?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
write a program to interchange the value between two variable without using loop