What does sizeof return c?
No Answer is Posted For this Question
Be the First to Post Answer
How many keywords (reserve words) are in c?
to convert a string without using decrement operater and string functions
write a program to print calender using for loop.
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
write a program which counts a product of array elements lower than 10.
How can I read in an object file and jump to locations in it?
Explain how do you determine the length of a string value that was stored in a variable?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
What is the use of clrscr?
Explain the use of #pragma exit?
What are the types of pointers in c?