What is structure of c program?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what are its uses in c programming?

0 Answers  


What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


how to find string length wihtout using c function?

6 Answers  


What are pointers in C?

5 Answers   KPIT,


Explain Basic concepts of C language?

0 Answers   EXL,






please explain every phase in the "SDLC" in the dotnet.

0 Answers  


what is a void pointer?

2 Answers  


atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation

0 Answers  


How do you determine the length of a string value that was stored in a variable?

0 Answers  


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


how to print this pyramid * * * * * * * * * * * * *

2 Answers  


Categories