What is abstract data structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
How main function is called in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Can the curly brackets { } be used to enclose a single line of code?
Explain what are the different file extensions involved when programming in c?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(“%d”,*(*(x+1)+3));
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
Why isnt any of this standardized in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
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.
What is key word in c language?
If fflush wont work, what can I use to flush input?
When c language was developed?