Should I learn c before c++?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
When can you use a pointer with a function?
What is union in c?
What does 3 periods mean in texting?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are the different types of pointers?
Find MAXIMUM of three distinct integers using a single C statement
character array A[12] can hold
What is Your Name :)
What are the ways to a null pointer can use in c programming language?
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
Process by which one bit pattern in to another by bit wise operation is?