Why do we need volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
program to find the ASCII value of a number
what is meant by c
main() { float a=3.2e40; printf("%d",a); }
What is this pointer in c plus plus?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
What is structure in c explain with example?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
Why void is used in c?
Here is a neat trick for checking whether two strings are equal
Is c is a high level language?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,