a c variable cannot start with
a) an alphabet
b) a number
c) a special symbol
d) both b and c above
What is graph in c?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
how to find anagram without using string functions using only loops in c programming
Why does everyone say not to use gets?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
totally how much header files r in c language
write a c program in such a way that if we enter the today date the output should be next day's date.
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
How to reverse a string using a recursive function, with swapping?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
what is the difference between NULL('\0') and 0?