What does %2f mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
Define Array of pointers.
#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); }
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
What are the different types of pointers?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
Do you know the purpose of 'register' keyword?
Can 'this' pointer by used in the constructor?
What is the memory allocated by the following definition ? int (*x)[10];
what is C?
How does variable declaration affect memory?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
Explain how can type-insensitive macros be created?