|
Related Questions |
View Answer |
|
How do you use a pointer to a function ?
|
View Answer
|
|
Is it possible to execute code even after the program exits the main() function?
|
View Answer
|
|
Does there exist any other function which can be used to convert an integer or a float to a string ?
|
View Answer
|
|
Advantages of a macro over a function ?
|
View Answer
|
|
What is the difference between printf() and sprintf() ?
|
View Answer
|
|
What is the code for clrscr() function?
|
View Answer
|
|
How to use the cprintf,cscanf,sscanf,sprintf,vsscanf,vsprintf,vscanf & vprintf?
|
View Answer
|
|
How to convert decimal to octal and hexadecimal in c program?
|
View Answer
|
|
How to use floodfill() function and what is the use of kbhit?
|
View Answer
|
|
Write a program with out using main() function?
|
View Answer
|
|
Can there be at lest some solution to determine the number of arguments passed to a variable argument list function?
|
View Answer
|
|
What do the functions atoi(),itoa()and gctv()do?
|
View Answer
|
|
How would you use bsearch()function to search a name stored in array of pointers to string?
|
View Answer
|
|
How would you use the functions sin(),pow(),sqrt()?
|
View Answer
|
|
how would you use the functions memcpy(),memset(),memmove()?
|
View Answer
|
|
How would you use the functions randomize()and random()?
|
View Answer
|
|
How would you use the functions randomize()and random()?
|
View Answer
|
|
what is the difference between the functions rand(),random(),srand() and randomize()?
|
View Answer
|
|
Can you use the function fprintf()to display the output on the screen?
|
View Answer
|
|
How to see return value of main function?
|
View Answer
|