How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What are local variables c?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
Is it possible to use curly brackets ({}) to enclose single line code in c program?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
write a program whose output will be- 1 12 123 1234
What is int main () in c?
Where static variables are stored in memory in c?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
Can the curly brackets { } be used to enclose a single line of code?
Is c object oriented?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE