how to swap 2 numbers in a single statement?
Answers were Sorted based on User's Feedback
What is wild pointer in c?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Why ca not I do something like this?
what is data structure
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
How do we declare variables in c?
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
What are the 4 types of programming language?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What does %p mean?
What are the keywords in c?
Is main an identifier in c?