Explain with the aid of an example why arrays of structures
don’t provide an efficient representation when it comes to
adding and deleting records internal to the array.
No Answer is Posted For this Question
Be the First to Post Answer
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
list the no of files created when c source file is compiled
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
how do you execute a c program in unix.
what is a function prototype?
What is the advantage of an array over individual variables?
What is void pointers in c?
Tell us something about keyword 'auto'.
What are the types of unary operators?