Explain union.
No Answer is Posted For this Question
Be the First to Post Answer
What is union and structure in c?
code for reverse alternate words from astring
Give me basis knowledge of c , c++...
Explain what is a const pointer?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What are pointers in C? Give an example where to illustrate their significance.
What are the advantages of c language?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is an volatile variable?
Why is it that not all header files are declared in every C program?
Why use int main instead of void main?