hi to every one ..
how to view table pool after creating the pooled table?
plz help me..
if any knows abt this ..
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
what is differnence b/w macro & functions
What is main () in c?
What are bit fields? What is their use?
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What is a double c?
Why ordinary variable store only one value
What are header files? What are their uses?
What is the difference between array and structure in c?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count