How can I find out the size of a file, prior to reading it in?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
What are preprocessor directives?
what is the difference between structural,object based,object orientd programming languages?
What are linked lists in c?
Write a C/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 maximum number of concurrent threads that the InnoDB plug-in can create.
Can a void pointer point to a function?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
HOW DO YOU HANDLE EXCEPTIONS IN C?
Write a program to check armstrong number in c?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
please send me the code for multiplying sparse matrix using c
What is variable initialization and why is it important?