Are the variables argc and argv are always local to main?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
What is structure padding & expalain wid example what is bit wise structure?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is the use of header?
Is c procedural or functional?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
Difference between goto, long jmp() and setjmp()?
Explain what are global variables and explain how do you declare them?
What does void main return?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
What is build process in c?
what's the return value of malloc()