#include
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
1 3713how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
3371Write 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”
5 19995Explain this code.
#include
IBM,
3 5267
What are local variables c?
Why double pointer is used in c?
What is the significance of an algorithm to C programming?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Explain the priority queues?
How can I split up a string into whitespace-separated fields?
How can you find out how much memory is available?
What is getch () for?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What are the different types of linkage exist in c?
When should volatile modifier be used?
What is c token?
What is difference between function overloading and operator overloading?
What is putchar() function?
Is there a way to jump out of a function or functions?