How will you declare an array of three function pointers where each function receives two ints and returns a float?
TISL,
1426When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
TISL,
1328
How can you allocate arrays or structures bigger than 64K?
What is a void * in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Tell me what is null pointer in c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Why does everyone say not to use gets?
What is the need of structure in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Why we use stdio h in c?
What is "Hungarian Notation"?
What are register variables in c?
Lists the benefits of c programming language?
Why string is used in c?
What are the properties of union in c?