What is the meaning of
?
No Answer is Posted For this Question
Be the First to Post Answer
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
ASCII stands for
Can an array be an Ivalue?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What are external variables in c?
What is data structure in c language?
When is a null pointer used?
Explain about block scope in c?
count the numbers between 100 and 300, that star with 2 and ends with 2
Wt are the Buses in C Language
What is the purpose of the statement: strcat (S2, S1)?