Disadvantages of C language.
No Answer is Posted For this Question
Be the First to Post Answer
why you will give me a job in TCS.
What is c preprocessor mean?
Explain how do you determine whether to use a stream function or a low-level function?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Does c have class?
What is the difference between text files and binary files?
What is switch in c?
how to find sum of digits in C?
write a program of bubble sort using pointer?
What are the different types of control structures in programming?
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
LOGIC OF Bodmas?