What is string constants?
No Answer is Posted For this Question
Be the First to Post Answer
write function to reverse char array ... without using second array
Is struct oop?
With the help of using classes, write a program to add two numbers.
2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }
how we do lcm of two no using c simple if while or for statement
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
What are different storage class specifiers in c?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
why TCS selected more student in the software field from all institution.
what is the size of an integer variable?
What is the main differences between C and Embedded C?
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input