What are the differences between new and malloc in C?
No Answer is Posted For this Question
Be the First to Post Answer
Create a simple code fragment that will swap the values of two variables num1 and num2.
writw a program to insert an element in the begning of a doubly linked list
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
what is pointer ?
10 Answers Kernex Micro Systems,
what is Array?
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
What is dynamic variable in c?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
What is keyword with example?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
write a c program in such a way that if we enter the today date the output should be next day's date.
Explain what math functions are available for integers? For floating point?