How is a null pointer different from a dangling pointer?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
What are # preprocessor operator in c?
How do you determine the length of a string value that was stored in a variable?
What is register variable in c language?
what is the function of pragma directive in c?
where do we use structure pointer?
which one low Priority in c? a)=,b)++,c)==,d)+
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
What is a Deque?
how to find out the reverse number of a digit if it is input through the keyboard?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????