List the different types of c tokens?
No Answer is Posted For this Question
Be the First to Post Answer
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
can we implement multi-threads in c.
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
Why do we need arrays in c?
"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,
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Explain what is the concatenation operator?
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
Is javascript written in c?
is it possible to create your own header files?