Why is c so important?
No Answer is Posted For this Question
Be the First to Post Answer
what are the stoge class in C and tel the scope and life time of it?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
Which is an example of a structural homology?
Explain a file operation in C with an example.
Is null a keyword in c?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Do array subscripts always start with zero?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
What does c in a circle mean?
write a program to copy a string without using a string?