How Many Header Files in c?

Answer Posted / public

52

Is This Answer Correct ?    17 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are data types in c language?

578


Explain what standard functions are available to manipulate strings?

604


Is c easier than java?

562


The __________ attribute is used to announce variables based on definitions of columns in a table?

662


Explain the Difference between the New and Malloc keyword.

676






Write a program to print all permutations of a given string.

636


What is c programming structure?

614


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1535


What is actual argument?

582


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1621


What does the c in ctime mean?

557


How will you write a code for accessing the length of an array without assigning it to another variable?

611


State the difference between realloc and free.

620


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

617


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2715