What is string length in c?
No Answer is Posted For this Question
Be the First to Post Answer
which will be first in c compiling ,linking or compiling ,debugging.
When is a void pointer used?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
Write a program that his output 1 12 123
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
What is signed and unsigned?
Explain what is the benefit of using enum to declare a constant?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
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.
how can be easily placed in TCS.
Explain what are run-time errors?
What is assert and when would I use it?