What is volatile variable how do you declare it?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between declaring the pointer as int and char in c language?
Explain can you assign a different address to an array tag?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
writ a program to compare using strcmp VIVA and viva with its output.
Explain following declaration int *P(void); and int (*p)(char *a);
What is wild pointer in c?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
What is zero based addressing?
What is the significance of an algorithm to C programming?
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
Tell me when is a void pointer used?