Explain what are the different data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
Find greatest of two numbers using macro
What is an example of enumeration?
What is a void pointer? When is a void pointer used?
How to add two numbers without using semicolon n c????
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
Explain how do you convert strings to numbers in c?
main() { printf("hello%d",print("QUARK test?")); }
Is c compiled or interpreted?
what is structuer?