What should malloc() do?
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(); }
Can you apply link and association interchangeably?
What is difference between main and void main?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
When is an interface "good"?
What are the string functions? List some string functions available in c.
What are the two types of functions in c?
swap 2 numbers without using third variable?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
what type of language is C?
What is a char c?
How can you increase the allowable number of simultaneously open files?