What does c mean?
No Answer is Posted For this Question
Be the First to Post Answer
What is an identifier?
What is the significance of an algorithm to C programming?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Toggle nth bit in a given integer - num
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
What is the c language function prototype?
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,
write a programming in c to find the sum of all elements in an array through function.
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
program to find the ASCII value of a number
Explain what happens if you free a pointer twice?
Write code for atoi(x) where x is hexadecimal string.