What is #include called?
No Answer is Posted For this Question
Be the First to Post Answer
Is sizeof a keyword in c?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
What does node * mean?
Suggesting that there can be 62 seconds in a minute?
How many types of sorting are there in c?
Write a program in c to input a 5 digit number and print it in words.
what does keyword ‘extern’ mean in a function declaration?
How do I use void main?
What is 2c dna?
What are linked lists in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }