What does %c do in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does p mean in physics?
Explain #pragma in C.
Which sorting algorithm is the best?
Give basis knowledge of web designing ...
What are the advantages of using macro in c language?
What are the different pointer models in c?
int x=sizeof(!5.856); What will value of variable x?
I need a sort of an approximate strcmp routine?
How can you tell whether two strings are the same?
simple c program for 12345 convert 54321 with out using string
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
what is a function method?give example?