what is reason of your company position's in india no. 1.
No Answer is Posted For this Question
Be the First to Post Answer
Can I pass constant values to functions which accept structure arguments?
What is fflush() function?
Why does not use getgh(); and <conio.h> in c language.
What is malloc return c?
What is the difference between File pointer and Internal Charecter Pointer?
What is a protocol in c?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
code for replace tabs with equivalent number of blanks
Explain argument and its types.
Write a small C program to determine whether a machine's type is little-endian or big-endian.
Explain how can you tell whether two strings are the same?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }