What are structures and unions? State differencves between them.
No Answer is Posted For this Question
Be the First to Post Answer
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Why ca not I do something like this?
main() { int a[10]; printf("%d",*a+1-*a+3); }
Where does the name "C" come from, anyway?
Describe static function with its usage?
what is pointer ? what is the use of pointer?
What is the use of putchar function?
how can u print a message without using any library function in c
What is the default value of local and global variables in c?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Under what circumstances does a name clash occur?