How can I get the current date or time of day in a c program?
No Answer is Posted For this Question
Be the First to Post Answer
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Can variables be declared anywhere in c?
what is object oriental programing?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
i got 75% in all semester am i eligible for your company
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
how memory store byte
ASCII stands for
What are c preprocessors?
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”
What are external variables in c?