What are the types of arrays in c?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
Who is the founder of c language?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (“%d\n”,j); }
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
What are predefined functions in c?
What is diffrance between declaration and defination of a variable or function
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Explain the difference between strcpy() and memcpy() function?
marge linklist
Why do we need a structure?
Explain built-in function?
What is size of union in c?