What is getch?
No Answer is Posted For this Question
Be the First to Post Answer
why do we use # in c-language?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
? ???Mirror Mirror on the wall????????
With the help of using classes, write a program to add two numbers.
What is the use of a conditional inclusion statement in C?
How do you initialize function pointers? Give an example?
How do you print only part of a string?
What does %d do in c?
#define d 10+10 main() { printf("%d",d*d); }
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
What is a shell structure examples?
What is return type in c?