Why is it important to memset a variable, immediately after
allocating memory to it ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is preprocessor with example?
What is a program flowchart and explain how does it help in writing a program?
What is the general form of function in c?
What is a pointer on a pointer in c programming language?
Write programs for String Reversal & Palindrome check
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
C language questions for civil engineering
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
What is variable in c with example?
What is a macro?