What is volatile variable how do you declare it?
No Answer is Posted For this Question
Be the First to Post Answer
The differences between Windows XP and Windows Visa
What is undefined behavior?
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
What does emoji p mean?
How many keywords (reserve words) are in c?
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
What is the purpose of clrscr () printf () and getch ()?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is the difference between union and anonymous union?
Is c procedural or object oriented?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list