What is volatile variable in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
What is encapsulation?
Explain how do you use a pointer to a function?
who is the father of c
is assignment operator is arithmatic or not
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
How do you determine the length of a string value that was stored in a variable?
How pointers are declared?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is a pointer and how it is initialized?