What is union and structure?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can you check to see whether a symbol is defined?
void main() { int i=5; printf("%d",i+++++i); }
Is c# a good language?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
hat is a pointer?
Difference between exit() and _exit() function?
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
What is the purpose of sprintf?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
post new interiew question and aptitude test papers