in iso what are the common technological language?
No Answer is Posted For this Question
Be the First to Post Answer
why we wont use '&' sing in aceesing the string using scanf
What is the use of ?: Operator?
Explain what are multidimensional arrays?
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.
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
which is an algorithm for sorting in a growing Lexicographic order
What do you understand by normalization of pointers?
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
Explain function?
What are static variables, and where are they stored?
Lists the benefits of c programming language?