can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
1 2923In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
5 6497
how can I convert a string to a number?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Define the scope of static variables.
Why do we use c for the speed of light?
Explain modulus operator. What are the restrictions of a modulus operator?
What is the difference between typedef struct and struct?
Is return a keyword in c?
Can you write a programmer for FACTORIAL using recursion?
Why is struct padding needed?
Explain how can you avoid including a header more than once?
What is c language used for?
How do you do dynamic memory allocation in C applications?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Is exit(status) truly equivalent to returning the same status from main?