Is anything faster than c?
No Answer is Posted For this Question
Be the First to Post Answer
Which control loop is recommended if you have to execute set of statements for fixed number of times?
explain what is an endless loop?
What does %f mean c?
what are the difference between ANSI C and Let Us c and Turbo C
what is the little endian and big endian?
What is the concatenation operator?
What is bin sh c?
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
If fflush wont work, what can I use to flush input?
write a program to fined second smallest and largest element in a given series of elements (without sorting)