Why do we use null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
find largest element in array w/o using sorting techniques.
What are the disadvantages of external storage class?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
Are c and c++ the same?
Write a code to remove duplicates in a string.
Can we declare a function inside a function in c?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...