the expression a=30*1000+2768; evalutes to
a) 32768
b) -32768
c) 113040
d) 0
Explain how do you print an address?
What is wrong with this program statement?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
how can u print a message without using any library function in c
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
Explain what math functions are available for integers? For floating point?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What functions are used for dynamic memory allocation in c language?
Explain that why C is procedural?
What is the difference between test design and test case design?
What is typedef example?
What is structure of c program?