Explain logical errors? Compare with syntax errors.
No Answer is Posted For this Question
Be the First to Post Answer
Apart from dennis ritchie who the other person who contributed in design of c language.
what is pointer ?
10 Answers Kernex Micro Systems,
What is the significance of c program algorithms?
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
What is the use of extern in c?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
Can you write the function prototype, definition and mention the other requirements.
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
Why should I use standard library functions instead of writing my own?
What is a example of a variable?