Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
2 9853
What is c language & why it is used?
What is unary operator?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is the significance of scope resolution operator?
Who invented b language?
What does sizeof int return?
What is pointer to pointer in c with example?
Can a pointer be static?
What is pass by reference in c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Tell me with an example the self-referential structure?
Explain how are portions of a program disabled in demo versions?
Differentiate between new and malloc(), delete and free() ?
Should I learn c before c++?
How can you find the day of the week given the date?