Why shouldn’t I start variable names with underscores?
No Answer is Posted For this Question
Be the First to Post Answer
what are two categories of clint-server application development ?
What is the difference between exit() and _exit() function?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
how can u print a message without using any library function in c
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
What is bss in c?
What are identifiers c?
Tell me what is the purpose of 'register' keyword in c language?
What is meant by gets in c?
Write a program to find given number is even or odd without using any control statement.
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
Add Two Numbers Without Using the Addition Operator