Is c high or low level?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the stack?
What are the valid places to have keyword “break”?
What is c system32 taskhostw exe?
Do you know the purpose of 'register' keyword?
Write the following function in C. 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.
3 Answers Google, Infosys, JTL, OpenFeel,
simple c program for 12345 convert 54321 with out using string
What do you mean by c what are the main characteristics of c language?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
What is assert and when would I use it?
What is huge pointer in c?
What is the use of in c?