What will be your course of action for a push operation?
No Answer is Posted For this Question
Be the First to Post Answer
What does %d do?
how to make program without <> in libray.
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
Why calloc is better than malloc?
What is new line escape sequence?
how do you redirect stdout value from a program to a file?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
const char * char * const What is the differnce between the above tow?.
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
cavium networks written test pattern ..
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
Explain spaghetti programming?