What is volatile variable in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
Example of friendly function in c++
Is there a way to jump out of a function or functions?
What is the purpose of the fflush() function in C?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
write a program to display the array elements in reverse order in c language
What is time complexity c?
#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?
How to create struct variables?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
who is first prime minister in india??