i have a written test for microland please give me test
pattern
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int i=5; printf("%d",i++ + ++i); }
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Write a program to exchange two variaables without temp
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
What is pass by value in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the explanation for cyclic nature of data types in c?
What does sizeof return c?
What are the different types of constants?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .