Answer Posted / nataraj
c is an basic language, and c++ is advanced language.and c
is an basic of the program.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is return in c programming?
What do you mean by invalid pointer arithmetic?
Can one function call another?
What is the process to generate random numbers in c programming language?
Write a program to swap two numbers without using the third variable?
What are the storage classes in C?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Write the syntax and purpose of a switch statement in C.
Explain how do you generate random numbers in c?
What is void pointers in c?
Explain how can I remove the trailing spaces from a string?
What is the difference between a free-standing and a hosted environment?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
How to implement a packet in C