Why is structure important for a child?
No Answer is Posted For this Question
Be the First to Post Answer
why wipro wase
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 are formal parameters?
multiple of 9 without useing +,* oprator
What is the maximum length of an identifier?
What is a void * in c?
What's a good way to check for "close enough" floating-point equality?
What is wrong with this code such that it doesnt produce the input reversed? #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char Space = ' '; char LineOfText; float count; LineOfText = getchar(); while ((LineOfText = getchar()) != '/n'); { count = strlen(LineOfText) - 1; while (count >= 0) { putchar(LineOfText[count]); count--; } } getchar(); return 0; }
hi , please send me NIC written test papers to sbabavalli@gmail.com
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
what are the 10 different models of writing an addition program in C language?