Very Basic Program of C to understand some function & Keywords
In C Language There is Predefined Functions such as main(), Printf(),getch(),scanf() etc
The Compiler can detect only
Anonymous Quiz
8%
Semantic Error
29%
Logical Error
55%
Syntax Error
8%
None of the above
The Default return type of a function is :
Anonymous Quiz
37%
Void
16%
Char
35%
Int
12%
None of above
The Output of following code will be
int main() { int i; for(i=1;i<10;i++); printf("%d",++i); return 0; }
int main() { int i; for(i=1;i<10;i++); printf("%d",++i); return 0; }
Anonymous Poll
22%
10
41%
Syntax Error
22%
11
14%
Compilar Error
Anonymous Quiz
17%
19
29%
20
23%
100
30%
Based on Compilar
O level C language Solutions pinned «#include<stdio.h>
int main() { int a=100; { int a; for(a=1;a<20;a++); } printf("%d",a); return 0; }»
int main() { int a=100; { int a; for(a=1;a<20;a++); } printf("%d",a); return 0; }»
इस Program की Output बताएं...
#include<stdio.h> main(){ for(int i=1;i<6; i++); printf("%d ",i); return 0; }
#include<stdio.h> main(){ for(int i=1;i<6; i++); printf("%d ",i); return 0; }
Anonymous Quiz
50%
1 2 3 4 5
15%
5
17%
6
18%
Undefined symbol " i "
O level C language Solutions pinned «इस Program की Output बताएं...
#include<stdio.h> main(){ for(int i=1;i<6; i++); printf("%d ",i); return 0; }»
#include<stdio.h> main(){ for(int i=1;i<6; i++); printf("%d ",i); return 0; }»
New project will be Available in 499₹ (html+css+JavaScript)
as your requirement.
as your requirement.