Are local variables initialized to zero by default in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
progrem to generate the following series 1 12 123 1234 12345
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 the difference between char array and char pointer?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
What is pragma c?
with out using main how to execute the program?
Why do we use stdio h and conio h?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
Write a program that his output * *** *****
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
What is dynamic memory allocation?