What does 1f stand for?
No Answer is Posted For this Question
Be the First to Post Answer
Is python a c language?
what is uses of .net
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
what does ‘#include’ mean?
given post order,in order construct the corresponding binary tree
code for selection sort?
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
How to explain the final year project as a fresher please answer with sample project
What is #line?