What is wrong with this code?
What is typedef example?
write a program to delete an item from a particular location of an linear array?
why we shiuld use main keyword in C
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
List out few of the applications that make use of Multilinked Structures?
How many types of sorting are there in c?
What is a keyword?
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
I have seen function declarations that look like this
write an interactive program to generate the divisors of a given integer.
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.