Which type of language is c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the Advantages of using macro
What is the heap?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
which is the best antivirus and how to update it
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
Why is C called a middle-level language?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
What is null in c?
What is the right type to use for boolean values in c? Is there a standard type?
How can I call fortran?