What is the usage of the pointer in c?
WHAT IS FLOAT?
how can i get output like this? 1 2 3 4 5 6
What do you mean by a local block?
What does 4d mean in c?
Give a method to count the number of ones in a 32 bit number?
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
how to find the largest element of array without using relational operater?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
how to display 2-D array elements in spiral