Do you know what are bitwise shift operators in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What are pointers in C? Give an example where to illustrate their significance.
In a switch statement, what will happen if a break statement is omitted?
What is a void pointer? When is a void pointer used?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Explain the meaning of keyword 'extern' in a function declaration.
what is constant pointer?
Which is an example of a structural homology?
What is binary tree 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”
How do you determine whether to use a stream function or a low-level function?
which one is better structure or union?(other than the space occupied )
What are derived data types in c?