Difference between Function to pointer and pointer to function
What is the meaning of && in c?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
Describe the steps to insert data into a singly linked list.
Why & is used in scanf in c?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
What extern c means?
What does #pragma once mean?
why ordinary variable store the later value not the initial
What is a memory leak in structures? How can we rectify that?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
What is break in c?
what is the output of printf("%d",(scanf("%d",10));