Can we use visual studio for c?
No Answer is Posted For this Question
Be the First to Post Answer
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
int x=5; printf("%d%d%d",x,x<<2,x>>2);
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
What is the scope of local variable in c?
Explain how can a program be made to print the name of a source file where an error occurs?
What are signals in C?
What is the use of typedef in structure in c?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
provide an example of the Group by clause, when would you use this clause