How can you determine the maximum value that a numeric variable can hold?
Difference between fopen() and open()?
Explain #pragma in C.
What are operators in c?
What is use of integral promotions in c?
What is gets() function?
What are identifiers in c?
What is action and transformation in spark?
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
second highest number in a given set of numbers
Is c is a middle level language?