What is the value of h?
No Answer is Posted For this Question
Be the First to Post Answer
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
What are data structures in c and how to use them?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
What does 2n 4c mean?
What is the difference b/w Structure & Union?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
what is difference between ANSI structure and C99 Structure?
Explain low-order bytes.
What is cohesion and coupling in c?
In c language can we compile a program without main() function?
What is the purpose of main( ) in c language?