What are data types in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is the purpose of clrscr () printf () and getch ()?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
how to capitalise first letter of each word in a given string?
What are pointers? Why are they used?
how we can say java is platform independent, while we require JVM for that particular Operating System?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
name the language for writing c compiler?
What is int main () in c?
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
What is the purpose of the preprocessor directive error?