AllExperts > Experts 
Search      

C

Volunteer
Answers to thousands of questions
 Home · More Questions · Question Library  · Free Encyclopedia ·
More C Answers
Question Library

Ask a question about C
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About Prince M. Premnath
(Top Expert on this page)

Expertise

I'm sure that I can solve any doubts in Turbo C ,Graphics Programing ,Mouse, Hardware Programming ,File System ,Interrupts, BIOS handling , TSR Programming , General Concepts in C Language, handling inline Assembly statements

Experience
  • Experience in this area :
  • Research over 4+ years.
  • Education/Credentials :
  • Masters in Computer Applications
  • Organization belongs to :
  • ST Joseph College (SFS) Trichy

   

You are here:  Experts > Computing/Technology > C/C++ > C

SubjectDate AskedExpert

cannot run c++7/5/2008Joydeep Bhattacharya
  Q: I'm using an asus m2n mx se motherboard.i cannot run c++ on my system.after i have typed the ...
  A: I think your problem can be solved but i want you to follow the debug method i will suggest you ...
data structure7/4/2008Joydeep Bhattacharya
  Q: can i have the program of the following questions, 1. to find the postfix expression? 2.insertion ...
  A: For this type of stuff you can consult my personal website http://www.scodz.com This is my personal ...
interpreters and compilers7/3/2008Prince M. Premnath
  Q: my doubt is why does a compiled version executes faster than a interpreted version of c
  A: I wish to make few points clear between a compiler and an interpreter A compiler takes lot of ...
data structure6/22/2008Joydeep Bhattacharya
  Q: a pointer of a node present in between a single link list is given. no start pointer is given. we ...
  A: This is impossible, people might ask you this question to test your level of confidence. if you need ...
pascal triangle using c6/21/2008Joydeep Bhattacharya
  Q: respected sir , I Abhishek srivastava from kanpur institue of technology ...
  A: Refer to my personal website for this program that might be a very handy stuff for you. This is my ...
c6/12/2008Joydeep Bhattacharya
  Q: what are the advantages and disadvantages of function in c language?
  A: Advantages: Your code looks clean A part of code that requires multiple compution can be done at ...
disable keyboard using c6/9/2008Joydeep Bhattacharya
  Q: how can i disable or enable particular keys of keyboard using c code in 16 bit compiler
  A: I didn't inderstand hat exactly you are looking for if you wanna handle the keyboard to be turned on ...
C program5/30/2008Mohamed Ameer Irshad.H
  Q: I want to display the windows login user name using c program is there any method of doing ...
  A: in turbo c there is a library function which can be used to emulate dos commands and the results of ...
C programing language5/27/2008Mohamed Ameer Irshad.H
  Q: Respected Sir, I would really appreciate if you could tell me how to use Structure in C program ...
  A: structures are used to encapsulate many varialbe of different data types.. every structure has a ...
program to include c function in other program5/20/2008Prince M. Premnath
  Q: sir,suppose i written a program for factorial...with "fact.c" ..now i want to include this program ...
  A: Hai Dear Mr Venkat ! Of course its simple , just follow the instructions.( assuming that you ...
FILE Structure !5/19/2008Prince M. Premnath
  Q: What FILE Keyword represent in c language?
  A: Hai Dear Ganesh ! First of all let me confirm you that FILE is not a key word , perhaps its a ...
Number Reversing !5/14/2008Prince M. Premnath
  Q: If a five digit number is input through the keyboard, write a program to reverse the number.
  A: Hai dear sushmita ! Here is the code , what you are actually looking for #include<stdio.h> ...
about inputing data into a 2x2 array5/13/2008Prince M. Premnath
  Q: good to see you around. Pls, blow is an array array[5][2]= { 1, 14, ...
  A: Nice to meet you back with your question ! Of course its simple to read input to an two ...
about this code pls5/5/2008Kaustav Neogy
  Q: eg x[0]= 30 x[1]= 12 x[2] = 51 x[3] = 17 x[4] = 45 x[5] = 62 eg the sum for this list would be ...
  A: Like this - #include<stdio.h> #include<conio.h> #define N 6 int main() { int x[] = {30, 12, ...
How to create command buttons ?4/19/2008Prince M. Premnath
  Q: i am student of engineering and styduing turbo c in my semester sir tell me how can i make a box ...
  A: Perhaps its simple to develop text box and command buttons in C , only skill you have to possess is ...
gnu c,c++4/2/2008Mohamed Ameer Irshad.H
  Q: what is the major difference between gnu c,c++ and turbo c,c++.where can i download gnu c,c++ ...
  A: there is nothing called gnu c,c++................guess u r asking about gcc. gcc and turbo are ...
C++ binary i/o3/31/2008Mohamed Ameer Irshad.H
  Q: I am trying to write two simple functions, one which writes a single string to a binary file and one ...
  A: #include <string.h> #include <stdio.h> int main(void) { FILE *stream; char msg[] = "hey this ...
firefox3/29/2008Mohamed Ameer Irshad.H
  Q: was firefox mozilla developed in turbo c,C++ or Visual c++
  A: its binaries are developed using various languages i guess. the browser's front end was developed in ...
user defined header file in c on linux3/29/2008Mohamed Ameer Irshad.H
  Q: what is the procedure to create a header file in C on linux and what are the commands to use that ...
  A: . i guess i hav already answered this question to someone else .. just write a header file with .h ...
displaying 32 bit color depth using c3/29/2008Mohamed Ameer Irshad.H
  Q: i know it is possible to use 32 bit ,24 bit color depth in c but can you tell me how it is done.
  A: ) can you be more clear with your question? Color depth is a computer graphics term describing the ...
How to save asin Values in a file ?3/24/2008Prince M. Premnath
  Q: I have one question related to filehandling in c. Q:How i can store the different values of a sine ...
  A: Hai Dear Samita ! Perhaps its simple to store the values of a sine wave equation, just follow the ...
Non-recursive function3/19/2008Mohamed Ameer Irshad.H
  Q: Write a non-recursive function in 'C' programming language to reverse a doubly linked list.
  A: you dont need recursion to reverse a singly-linked list. but recursion is a good technique to ...
hardware interaction3/18/2008Mohamed Ameer Irshad.H
  Q: what are all the variuos ways to interact with hardware using C?i read few books about this but dint ...
  A: actually there are a lot of ways to interact with the hardware. i guess you are asking about "LED ...
help..3/18/2008Joydeep Bhattacharya
  Q: uhm..can you please help me make a program using graphics.it's like a story book like fairy tales ...
  A: Firstly the program looks very simple, if you know graphics programming put a loop to create a cool ...
sample code pls..3/18/2008Mohamed Ameer Irshad.H
  Q: can you please help me make a program using graphics.it's like a story book like fairy tales with at ...
  A: .how you doing? ya i am ready to help anytime regarding your program. first let me tell u the ...
how to creat .exe using c3/14/2008Joydeep Bhattacharya
  Q: sir i have written c prog on linux platform i want convert it in to .exe file and use it on ...
  A: As you know linux don't create exe files and if you need an exe file and use it in windows system ...
graphics on turbo c3/14/2008Prince M. Premnath
  Q: :) can you also help me do a story book with at least 4 or 5 pages using turbo C with a graphics at ...
  A: Sure , you can develop a story book using C , It will be good if you use bit map images to support ...
help..3/14/2008Prince M. Premnath
  Q: can you please help me make a program that will use a pointer where in the user can input an array ...
  A: Here is the code , i hope it would help you out in all respects ! # include <stdio.h> # include ...
how to creat .exe using c3/12/2008Joydeep Bhattacharya
  Q: sir i have written c prog on linux platform i want convert it in to .exe file and use it on ...
  A: As you know linux don't create exe files and if you need an exe file and use it in windows system ...
about creating .exe form c3/12/2008Mohamed Ameer Irshad.H
  Q: sir i have written c prog on linux platform i want convert it in to .exe file and use it on ...
  A: . it is possible but i think you can follow the below given method. you can use gcc compiler in ...
please help3/8/2008Joydeep Bhattacharya
  Q: When I run this program: #include<stdio.h> #include<conio.h> int main() { int km, i; float res, lt; ...
  A: The problem lies in line number 17, scanf("%f",<); this line i think should be replaced by ...
Creating header file3/6/2008Mohamed Ameer Irshad.H
  Q: I am usign Turbo C++ 4.5 (on windows platform) I want to create a header file (say, add.h) I am not ...
  A: just check the path name you gave in options->directories->include directories place your .h file ...
need for a solution3/4/2008Joydeep Bhattacharya
  Q: respected sir i have question,which i sbelong to c,question is what is the source code of this latin ...
  A: Try this out int i,j,k; for(i=0;i<4;++) { for(j=0;j<4;j++) { printf("%d",(((i+j)%4)+1)); } ...
C programming3/4/2008Prince M. Premnath
  Q: I would like to know the difference between iteration and recursion. Also the way to expalin to ...
  A: Although both iteration and recusion are almost equvalent , they are slightly differs in ...
C programming3/1/2008Prince M. Premnath
  Q: Prince! Just a quick question I'm having trouble with. What does the following program print? ...
  A: Answer for this problem is a). Hi! Hi! Hi! Bye! Bye! Bye! Bye! Bye! Lemme explain you how this ...
Need for a solution3/1/2008Prince M. Premnath
  Q: respected sir, i have a problem,i need the source cod of this latin square 1 2 3 4 2 3 4 1 3 4 ...
  A: Presenting you the solution for this problem ! #include<stdio.h> void main() { int i, j; for( i = ...
Run an EXE file2/29/2008Prince M. Premnath
  Q: Case:- Im my desktop, there is an ITQUE.EXE file. Que:- I want to make a program in C language to ...
  A: I didn't find any problem withis programme , here is an alternate solution of you ! If you are using ...
Printing Strings !2/27/2008Prince M. Premnath
  Q: How are you? I have a 2D character string that I declare as: char ...
  A: Nice to meet you back after a long gap ! I didnt find any bug with your code , perhaps a small ...
sample code pls..2/27/2008Joydeep Bhattacharya
  Q: can you please help me make a program that will use a pointer where in the user can input an array ...
  A: May be I have missed out your question. Its not a problem you can directly keep contact with me ...
Run an EXE file2/26/2008Prince M. Premnath
  Q: Case:- Im my desktop, there is an ITQUE.EXE file. Que:- I want to make a program in C language to ...
  A: A group of built- in functions are available to perform this task suppose you are working in c:\tc ...

Page:   1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  |  Next      All


Questions by
Active Experts:
Mohamed Ameer Irshad.HPrince M. PremnathJoydeep Bhattacharya
NarendraKaustav Neogy 

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.