What is the purpose of sprintf() function?
No Answer is Posted For this Question
Be the First to Post Answer
Is c dynamically typed?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
in malloc and calloc which one is fast and why?
What does malloc () calloc () realloc () free () do?
wite a programme in c to linear search a data using flag and without using flags?
Are global variables static in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is meant by gets in c?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
Difference between MAC vs. IP Addressing