Is it cc or c in a letter?
No Answer is Posted For this Question
Be the First to Post Answer
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
Explain what standard functions are available to manipulate strings?
What is pointer & why it is used?
when to use : in c program?
What will be the output of x++ + ++x?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
write a programme to convert temperature from farenheit to celcius?
What is a #include preprocessor?
What are variables c?
Explain command-line arguments in C.
Is null always equal to 0(zero)?
Output for following program using for loop only * * * * * * * * * * * * * * *