How does placing some code lines between the comment symbol help in debugging the code?
what does ‘#include’ mean?
What is equivalent to ++i+++j?
how can we Declare a variable in c without defining it.
? ???Mirror Mirror on the wall????????
What is the difference between declaring a variable and defining a variable?
what is the difference between c and java?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What is a program flowchart?
what type of language is C?
to get a line of text and count the number of vowels in it
Can we access the array using a pointer in c language?