Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers.
Visa on 8 DEC 2014
Npu university
No Answer is Posted For this Question
Be the First to Post Answer
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is ctrl c called?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
How do you write a program which produces its own source code as its output?
what is software?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
write a c program to convert fahrenheit to celsius?
Is array a primitive data type in c?
explain what are pointers?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
When c language was developed?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer