Why C language is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
Are there namespaces in c?
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
Write a C program that reads a series of strings and prints only those ending in "ed"
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
how to print 212 as Twohundreds twelve plz provide me ans soon
What's a "sequence point"?
Explain void pointer?
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
What are local variables c?
Explain the use of function toupper() with and example code?
What is 2 d array in c?
What is the use of printf() and scanf() functions?