What is the easiest sorting method to use?
No Answer is Posted For this Question
Be the First to Post Answer
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
Why can't I perform arithmetic on a void* pointer?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
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.
Is c still used in 2019?
what is the similarities between. system call and library function?
What is the difference between declaring a variable and defining a variable?
name the language for writing c compiler?
how write a addtion of two single dimensional array using of pointer in c language?
Write a program to swap two numbers without using the third variable?
How many types of errors are there in c language? Explain
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?