What is unsigned int in c?
No Answer is Posted For this Question
Be the First to Post Answer
without using arithmatic operator convert an intger variable x into x+1
What is const keyword in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Will Macros support multiple arguments ?
what is develop in c language
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
What does do in c?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Why C language is a procedural language?
What is volatile variable in c?
diff between exptected result and requirement?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }