When a c file is executed there are many files that are automatically opened what are they files?
No Answer is Posted For this Question
Be the First to Post Answer
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What are integer variable, floating-point variable and character variable?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
Why void main is used in c?
what is the self-referential structure?
How do you print only part of a string?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
Why static variable is used in c?
write a programme to convert temperature from farenheit to celcius?
What are the loops in c?
Explain what is the purpose of "extern" keyword in a function declaration?