What are types of functions?
No Answer is Posted For this Question
Be the First to Post Answer
How do you do dynamic memory allocation in C applications?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
how to make a scientific calculater ?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
What is the purpose of realloc()?
What is the purpose of macro in C language?
What are categories used for in c?
Difference between MAC vs. IP Addressing
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
write a program wch produces its own source code aas its output?