Whats s or c mean?
No Answer is Posted For this Question
Be the First to Post Answer
Identify the operators that is not used with pointer a. && b. # c. * d. >>
Differentiate between a structure and a union.
what is the diff b/w static and non static variables in C. Give some examples plz.
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
How many identifiers are there in c?
What is the explanation for cyclic nature of data types in c?
In a switch statement, explain what will happen if a break statement is omitted?
the operator for exponencation is a.** b.^ c.% d.not available
What are the different types of storage classes in C?
out put of printf(ā%dā,printf(ram));
Explain the difference between ++u and u++?