#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 3622how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
3320Write 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 19788Explain this code.
#include
IBM,
3 5131
What is the advantage of a random access file?
What are the types of i/o functions?
List some of the static data structures in C?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What are nested functions in c?
How can I discover how many arguments a function was actually called with?
diff between exptected result and requirement?
Why #include is used in c language?
Explain what is the concatenation operator?
What does a function declared as pascal do differently?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is the right type to use for boolean values in c? Is there a standard type?
Explain what are the different file extensions involved when programming in c?
Why c is called procedure oriented language?
can we implement multi-threads in c.