adspace
How to add two numbers without using arithmetic operators?
Post New Answer View All Answers
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
In C programming, how do you insert quote characters (‘ and “) into the output screen?
write a c program to find the sum of five entered numbers using an array named number
How do you convert strings to numbers in C?
What is the difference between union and anonymous union?
What is pointer to pointer in c with example?
How do you determine the length of a string value that was stored in a variable?
Is int a keyword in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are pointers? What are different types of pointers?
hi send me sample aptitude papers of cts?
write a progrmm in c language take user interface generate table using for loop?
Do you know the difference between malloc() and calloc() function?