Difference between strcpy() and memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are reserved words?
Who is the main contributor in designing the c language after dennis ritchie?
Explain what does a function declared as pascal do differently?
what is the flow of execution in cprogram? ex:printf();,scanf();
When we use void main and int main?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
What is the scope of static variable in c?
What is function definition in c?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is the hardest programming language?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.