What is const volatile variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
What is a pointer on a pointer in c programming language?
Write a program to print numbers from 1 to 100 without using loop in c?
Why c is called a mid level programming language?
What is the difference between memcpy and memmove?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
What does the characters “r” and “w” mean when writing programs that will make use of files?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
What is the benefit of using an enum rather than a #define constant?
How are Structure passing and returning implemented by the complier?
can we execute the program with the object file