What are the commands should be given before weiting C
Program i.e, Cd.. like
Answer Posted / manigandan
cd tc
cd \
cd edit
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantages and disadvantages of a heap?
How can variables be characterized?
Write a program to reverse a string.
Explain what is the difference between the expression '++a' and 'a++'?
What is the difference between null pointer and wild pointer?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What are the usage of pointer in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Is c weakly typed?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is data types?
Write a progarm to find the length of string using switch case?
Explain what is page thrashing?
Explain what is operator promotion?
How will you declare an array of three function pointers where each function receives two ints and returns a float?