Why use int main instead of void main?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between abs() and fabs() functions?
What are void pointers in c?
What are loops c?
how to capitalise first letter of each word in a given string?
What are the languages are portable and platform independent?Why they are like that?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
why u join this call center?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
What are types of structure?
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.. :(
How do I convert a string to all upper or lower case?
What is the meaning of ?