What are unions in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is an array
WHAT IS LOW LEVEL LANGUAGE?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
What is the difference between mpi and openmp?
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 is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How are strings stored in c?
How arrays can be passed to a user defined function
How to print "I Love My India" without using semi colon?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
how could explain about job profile
program for swapping two strings by using pointers in c language