Why shouldn’t I start variable names with underscores?
No Answer is Posted For this Question
Be the First to Post Answer
What is action and transformation in spark?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
What is the purpose of 'register' keyword?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What is volatile
What is the difference between exit() and _exit()?
Is c functional or procedural?
what is linkage error when it occurs in c program
simple program of graphics and their output display
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.