What is an identifier?
No Answer is Posted For this Question
Be the First to Post Answer
When is a void pointer used?
What do header files do?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
Can we access the array using a pointer in c language?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Explain how can you avoid including a header more than once?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
What is the value of h?
why we are using semicolon at the end of printh statment
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
Write a program to check prime number in c programming?