#include
what will be the output of this program?
#include
IBM,
6 9427What is the output from this program?
#include
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.
2531Write 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.
4 9279There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
1 3378What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
4343
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
How many levels of pointers can you have?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What does double pointer mean in c?
using for loop sum 2 number of any 4 digit number in c language
Why void main is used in c?
How to declare a variable?
Where is volatile variable stored?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Explain union.
What is merge sort in c?
What is an expression?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain low-order bytes.
Write a function that will take in a phone number and output all possible alphabetical combinations