Explain pointers in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What are global variables and explain how do you declare them?
Explain what is a static function?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
how could explain about job profile
When a c file is executed there are many files that are automatically opened what are they files?
What is the code for 3 questions and answer check in VisualBasic.Net?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
What is advantage of pointer in c?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
What are the differences between new and malloc in C?
what is the differance between pass by reference and pass by value.