Is null always defined as 0(zero)?
No Answer is Posted For this Question
Be the First to Post Answer
What is c language used for?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
Program to trim a given character from a string.
What are terms in math?
Explain what is output redirection?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
What is methods in c?
Are there constructors in c?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
Are the variables argc and argv are always local to main?
program to find a smallest number in an array