what are the 10 different models of writing an addition
program in C language?
No Answer is Posted For this Question
Be the First to Post Answer
can any one tel me wt is the question pattern for NIC exam
Describe the modifier in c?
How can you print HELLO WORLD without using "semicolon"?
Which is the memory area not included in C program? give the reason
Write a program to print factorial of given number without using recursion?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
What is the difference between the local variable and global variable in c?
what is the use of call back function in c?tell me with example
What are static functions?
What are nested functions in c?
can we print any string without using terminator?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,