What is the mean of this statement::
if(int i=0 * i=9)
Answers were Sorted based on User's Feedback
Answer / chevuru
This is not legal. it will result in l-value error
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the different types of pointers used in c language?
? ???Mirror Mirror on the wall????????
Do you know the use of 'auto' keyword?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Code for calculating square root without using library function, of math.h
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
to get a line of text and count the number of vowels in it
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
how to TOGGLE Nth bit of variable in a MACRO
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
char p="data"; printf(p);