question-how to run a c programme.

Answer Posted / jogdand mahesh

Goes DOs Windows and set the path of C language type the
TCC File_Name.C
Your Programe Will be RUN

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a pointer be static?

625


Should a function contain a return statement if it does not return a value?

598


What is #line?

611


How old is c programming language?

579


what is the role you expect in software industry?

1658






Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1660


Linked lists -- can you tell me how to check whether a linked list is circular?

646


What does *p++ do? What does it point to?

616


What are the 5 data types?

602


Do you have any idea how to compare array with pointer in c?

604


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

623


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1522


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

615


How do you initialize pointer variables?

614


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1594