praagnovation
No Answer is Posted For this Question
Be the First to Post Answer
Explain setjmp()?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
What is the use of header?
What is chain pointer in c?
What is boolean in c?
What is the c language function prototype?
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
how is the examination pattern?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
ATM machine and railway reservation class/object diagram
Can we access array using pointer in c language?