Why c is called procedure oriented language?
No Answer is Posted For this Question
Be the First to Post Answer
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
How was c created?
what is the diffrenet bettwen HTTP and internet protocol
What is period operator in c?
do you think its fraud or original company?
what do you mean by defining a variable in our c code?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
what is use of loop?
what is the use of macro program
What will be the output of x++ + ++x?