question-how to run a c programme.

Answer Posted / lucky varshney

press ctrl+f9

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can static variables be declared in a header file?

612


How can I sort more data than will fit in memory?

621


What are pointers?

626


Write programs for String Reversal & Palindrome check

594


What is the size of structure in c?

697






A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1770


Is c is a low level language?

557


What are the 4 types of programming language?

576


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1778


What is NULL pointer?

671


If I have a char * variable pointing to the name of a function ..

646


What is the best style for code layout in c?

628


What is the difference between typedef struct and struct?

592


How pointers are declared?

556


Why string is used in c?

574