What is the basic structure of c?
No Answer is Posted For this Question
Be the First to Post Answer
Is c programming hard?
Does free set pointer to null?
2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }
who is the father of C Language?
20 Answers CTS, UST,
Function calling procedures? and their differences? Why should one go for Call by Reference?
What are the similarities between c and c++?
What is the difference between malloc() and calloc() function in c language?
how to find anagram without using string functions using only loops in c programming
What's the total generic pointer type?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
What does emoji p mean?