a character variable can at a time store
a) 1 character
b) 8 characters
c) 254 characters
d) none of the above
Answers were Sorted based on User's Feedback
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Difference Between embedded software and soft ware?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
What is an expression?
Are there any problems with performing mathematical operations on different variable types?
Explain how can I right-justify a string?
how to swap 4 number without using temporary number?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
Write a program that can show the multiplication table.
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
How does pointer work in c?