i have a written test in tomorrow
Write a program that accept anumber in words
what is link list?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
Write a program to show the workingof auto variable.
Name the language in which the compiler of "c" in written?
why integer range between -327680to+32767
what is the main use of c where it can use the c
Explain what is output redirection?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What are all different types of pointers in c?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?