What is enumerated data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
write aprogram for 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.
1 Answers iGate, Shashi, Source Bits, Subex,
Is this program statement valid? INT = 10.50;
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What is the use of parallelize in spark?
How to write a program for swapping two strings without using 3rd variable and without using string functions.
What is the best way of making my program efficient?
What are the usage of pointer in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
program to find middle element of linklist?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34