What is volatile c?
No Answer is Posted For this Question
Be the First to Post Answer
Are c and c++ the same?
what is difference b/w extern & volatile variable??
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
What is the heap in c?
what is data structure
program to find a smallest number in an array
What is Your Name :)
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is a house a mass structure?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...