What is volatile, register definition in C
No Answer is Posted For this Question
Be the First to Post Answer
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
what is the use of ~ in c lang?????
yogesh patil in dell
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
Why double pointer is used in c?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
Explain 'bit masking'?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
What's wrong with "char *p; *p = malloc(10);"?