Which are low level languages?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find the sum of five entered numbers using an array named number
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What will be the outcome of the following conditional statement if the value of variable s is 10?
write a programming in c language, 1 3 5 7 9 11
Write a program to print fibonacci series without using recursion?
Why is python slower than c?
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); }
How to print "I Love My India" without using semi colon?
Can static variables be declared in a header file?
Can we declare function inside main?
What is pragma in c?
What are c header files?