Can you please compare array with pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the benefit of using enum to declare a constant?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
Is int a keyword in c?
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
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,
How can I swap two values without using a temporary?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
How can variables be characterized?
explain memory layout of a C program
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
What is bss in c?
what is data structure