what is the role you expect in software industry?
Answers were Sorted based on User's Feedback
Answer / meenal
always try to create new softwares & improve eficiency &
complete consumers requirements than they want
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a program to swap two numbers without using third variable?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
Explain how can I right-justify a string?
what is develop in c language
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is Your Name :)
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
Write the control statements in C language
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
Is c procedural or object oriented?
What is build process in c?