What is operator precedence?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of storage classes in C?
What is the purpose of #pragma directives in C?
Can you please explain the difference between exit() and _exit() function?
What does a pointer variable always consist of?
What is variable initialization and why is it important?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
Can you please explain the difference between malloc() and calloc() function?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
What extern c means?
Can include files be nested?
write a program to print the all 4digits numbers & whose squares must me even numbers?
Write the Program to reverse a string using pointers.