Is it cc or c in a letter?
No Answer is Posted For this Question
Be the First to Post Answer
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is a spanning Tree?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Why do we need a structure?
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What are static variables, and where are they stored?
What do header files do?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
what is available in C language but not in C++?
10 Answers CTS, TCS,
without a terminator how can we print a message in a printf () function.